解决火狐浏览器没有样式问题
This commit is contained in:
parent
fc94c98250
commit
87e6fdf8e9
@ -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%);
|
||||
|
@ -211,7 +211,7 @@ onMounted(() => {
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -36,7 +36,7 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.regular-box {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
|
@ -96,7 +96,7 @@ let selectSeach = (data) => {
|
||||
}
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.pad-15 {
|
||||
padding: 0 15px 0px 15px !important;
|
||||
}
|
||||
|
@ -140,7 +140,7 @@ watchEffect(()=>{
|
||||
itemData = props.data
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.pos-r {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ const goIndex = () => router.push("/")
|
||||
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.pos-r {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -238,7 +238,7 @@ defineExpose({
|
||||
historyShow
|
||||
})
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.dis-f {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -482,7 +482,7 @@ const gouser = tab => {
|
||||
}
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -733,7 +733,7 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.dis-f {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -367,7 +367,7 @@ export default {
|
||||
name: 'HomeView'
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -128,7 +128,7 @@ onBeforeUnmount(() => {
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -129,7 +129,7 @@ onBeforeUnmount(() => {
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -144,7 +144,7 @@ onBeforeUnmount(() => {
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ onBeforeUnmount(() => {
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user