Compare commits
No commits in common. "2e11efc4602f01db438a629e29f1063c8b65459e" and "7c54611efe236d54ee0afbffb60e4cac57ecea23" have entirely different histories.
2e11efc460
...
7c54611efe
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative news-page">
|
<div class="relative">
|
||||||
<div
|
<div
|
||||||
class="w-[100vw] min-h-[100vh] bg-[#ffffff] z-[1] top-0 left-0 bottom-0 right-0 absolute"
|
class="w-[100vw] min-h-[100vh] bg-[#ffffff] z-[1] top-0 left-0 bottom-0 right-0 absolute"
|
||||||
></div>
|
></div>
|
||||||
@ -49,7 +49,7 @@ const map = {
|
|||||||
const getPressReleasesInfo = () => {
|
const getPressReleasesInfo = () => {
|
||||||
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/pressreleases?uuid=${
|
let url = `${import.meta.env.VITE_API_BASE_URL}/fiee/pressreleases?uuid=${
|
||||||
state.id
|
state.id
|
||||||
}&langType=${map[locale.value]}`;
|
}&langType=${map[locale.value]}`;
|
||||||
axios.get(url).then((res) => {
|
axios.get(url).then((res) => {
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
@ -67,21 +67,6 @@ watch(locale, (newLocale, oldLocale) => {
|
|||||||
getPressReleasesInfo();
|
getPressReleasesInfo();
|
||||||
});
|
});
|
||||||
</script>
|
</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">
|
<style scoped lang="scss">
|
||||||
.page-container {
|
.page-container {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user