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

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: {} })
moduleData.data = props.data
</script>
<style scoped>
<style scoped lang="less">
.list-item {
width: 291px;
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>
<style scoped>
<style scoped lang="less">
img {
object-fit: contain;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -367,7 +367,7 @@ export default {
name: 'HomeView'
}
</script>
<style scoped>
<style scoped lang="less">
img {
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 customerservicelist = ref([]) //
@ -1815,4 +1823,19 @@ 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>
<style scoped>
<style scoped lang="less">
img {
object-fit: contain;
}
@ -2993,7 +2993,7 @@ img {
color: #fff;
}
</style>
<style>
<style lang="less">
.message-info {
background: #000000;
border-color: #000000;

View File

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

View File

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

View File

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

View File

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