前台上架滚动条问题
This commit is contained in:
parent
b9dc8c15b4
commit
293d6794c8
|
@ -163,7 +163,7 @@
|
||||||
>
|
>
|
||||||
编辑富文本
|
编辑富文本
|
||||||
<div
|
<div
|
||||||
v-show="showText"
|
v-if="showText"
|
||||||
class="fuwenbenbianjiqi"
|
class="fuwenbenbianjiqi"
|
||||||
style="position: absolute; z-index: 10000"
|
style="position: absolute; z-index: 10000"
|
||||||
>
|
>
|
||||||
|
@ -581,6 +581,7 @@
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
<style></style>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.put-on-the-shelf {
|
.put-on-the-shelf {
|
||||||
height: 680px;
|
height: 680px;
|
||||||
|
|
Loading…
Reference in New Issue