解决火狐浏览器没有样式问题

This commit is contained in:
A1300399510
2023-08-04 11:01:19 +08:00
parent fc94c98250
commit 87e6fdf8e9
18 changed files with 43 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ const props = defineProps({
let moduleData = reactive({ data: {} }) let moduleData = reactive({ data: {} })
moduleData.data = props.data moduleData.data = props.data
</script> </script>
<style scoped> <style scoped lang="less">
.list-item { .list-item {
width: 291px; width: 291px;
background: -webkit-linear-gradient(282.684800209667deg, rgba(255, 255, 255, 1) 27%, rgba(98, 177, 255, 1) 325%); background: -webkit-linear-gradient(282.684800209667deg, rgba(255, 255, 255, 1) 27%, rgba(98, 177, 255, 1) 325%);

View File

@@ -211,7 +211,7 @@ onMounted(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -95,7 +95,7 @@ defineExpose({
}) })
</script> </script>
<style scoped> <style scoped lang="less">
.seach-history-h { .seach-history-h {
max-height: 500px !important; max-height: 500px !important;
transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out;

View File

@@ -36,7 +36,7 @@ export default {
} }
} }
</script> </script>
<style scoped> <style scoped lang="less">
.regular-box { .regular-box {
position: fixed; position: fixed;
right: 30px; right: 30px;

View File

@@ -96,7 +96,7 @@ let selectSeach = (data) => {
} }
</script> </script>
<style scoped> <style scoped lang="less">
.pad-15 { .pad-15 {
padding: 0 15px 0px 15px !important; padding: 0 15px 0px 15px !important;
} }

View File

@@ -140,7 +140,7 @@ watchEffect(()=>{
itemData = props.data itemData = props.data
}) })
</script> </script>
<style scoped> <style scoped lang="less">
.pos-r { .pos-r {
position: relative; position: relative;
} }

View File

@@ -164,7 +164,7 @@ const goIndex = () => router.push("/")
</script> </script>
<style scoped> <style scoped lang="less">
.pos-r { .pos-r {
position: relative; position: relative;
} }

View File

@@ -238,7 +238,7 @@ defineExpose({
historyShow historyShow
}) })
</script> </script>
<style scoped> <style scoped lang="less">
.dis-f { .dis-f {
display: flex; display: flex;
} }

View File

@@ -482,7 +482,7 @@ const gouser = tab => {
} }
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -733,7 +733,7 @@ export default {
} }
} }
</script> </script>
<style scoped> <style scoped lang="less">
.dis-f { .dis-f {
display: flex; display: flex;
} }

View File

@@ -22,7 +22,7 @@
<script setup> <script setup>
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -367,7 +367,7 @@ export default {
name: 'HomeView' name: 'HomeView'
} }
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -579,7 +579,15 @@ const dualBrandData = () => {
} }
// 点击转发的复制链接按钮 // 点击转发的复制链接按钮
const copy = (value) => copyToClipboard(value).then(() => ElMessage.success("复制成功!!!")) const copy = (value) => copyToClipboard(value).then(() => {
ElMessage({
message: '复制成功',
center: true,
offset: 320,
duration: 1000,
customClass: 'message-info'
})
})
let contactReservationState = ref(false) // 联系预订客服的弹窗状态 let contactReservationState = ref(false) // 联系预订客服的弹窗状态
let customerservicelist = ref([]) // 联系预订客服的弹窗状态 let customerservicelist = ref([]) // 联系预订客服的弹窗状态
@@ -1816,3 +1824,18 @@ const publicJump = path => router.push(path)
} }
} }
</style> </style>
<style lang="less">
.message-info {
background: #000000;
border-color: #000000;
color: #fff;
.el-message__content {
color: #fff;
}
.el-icon {
display: none;
}
}
</style>

View File

@@ -1502,7 +1502,7 @@ onBeforeUnmount(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }
@@ -2993,7 +2993,7 @@ img {
color: #fff; color: #fff;
} }
</style> </style>
<style> <style lang="less">
.message-info { .message-info {
background: #000000; background: #000000;
border-color: #000000; border-color: #000000;

View File

@@ -128,7 +128,7 @@ onBeforeUnmount(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -129,7 +129,7 @@ onBeforeUnmount(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -144,7 +144,7 @@ onBeforeUnmount(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -194,7 +194,7 @@ onBeforeUnmount(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }