Compare commits

..

No commits in common. "2e11efc4602f01db438a629e29f1063c8b65459e" and "7c54611efe236d54ee0afbffb60e4cac57ecea23" have entirely different histories.

View File

@ -1,5 +1,5 @@
<template>
<div class="relative news-page">
<div class="relative">
<div
class="w-[100vw] min-h-[100vh] bg-[#ffffff] z-[1] top-0 left-0 bottom-0 right-0 absolute"
></div>
@ -67,21 +67,6 @@ watch(locale, (newLocale, oldLocale) => {
getPressReleasesInfo();
});
</script>
<style lang="scss">
.news-page {
th,
td {
border: 1px solid #e6eaee !important;
padding: 8px !important;
}
table {
width: 100%;
z-index: 99;
position: relative;
background-color: #fff;
}
}
</style>
<style scoped lang="scss">
.page-container {
width: 900px;