This commit is contained in:
2023-07-03 18:05:45 +08:00
parent 885a5c9797
commit c4670df8d5
11 changed files with 106 additions and 95 deletions

View File

@@ -149,13 +149,13 @@ export default {
float left
z-index 2
.tabs_item
padding 0 20px
height 40px
padding 0 40px
height 80px
box-sizing border-box
line-height 40px
line-height 80px
display inline-block
list-style none
font-size 14px
font-size 28px
font-weight 500
position relative
transition all .3s cubic-bezier(.645,.045,.355,1)
@@ -176,7 +176,7 @@ export default {
padding: 15px;
.tab_pane
_wh(100%,100%)
_font(16px, 28px, #323232,,)
_font(24px, 40px, #323232,,)
white-space pre-line
word-break break-all
overflow-y auto