This commit is contained in:
2023-06-01 09:34:14 +08:00
parent 6d2dfe4112
commit 0d008a0689
9 changed files with 29 additions and 13 deletions

View File

@@ -128,6 +128,7 @@ export default {
<style lang="stylus" scoped>
@import '~@style/mixin'
.tabs_container
_wh(100%,100%)
background #fff
border 1px solid #dcdfe6
box-shadow 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04)
@@ -169,9 +170,14 @@ export default {
border-right-color: #dcdfe6;
border-left-color: #dcdfe6;
.tabs_content
_wh(100%, calc(100% - 39px))
overflow: hidden;
position: relative;
padding: 15px;
.tab_pane
_wh(100%,100%)
_font(16px, 28px, #323232,,)
white-space pre-line
word-break break-all
overflow-y auto
</style>