This commit is contained in:
2025-08-13 18:06:35 +08:00
parent 98e21918a5
commit a59955e8f6
8 changed files with 95 additions and 76 deletions

View File

@@ -81,7 +81,7 @@
font-size .24rem
color #fff
.el-button
font-size .16rem
font-size .2rem
padding-top 0
padding-bottom 0
height .32rem
@@ -161,6 +161,8 @@
background: rgba(31,46,73,0.5);
.el-table--enable-row-hover .el-table__body tr:hover>td
background: rgba(63,106,202,0.3);
.el-tabs__header
margin 0 0 .1rem
.el-tabs__nav-wrap::after
background-color #192B47
.el-tabs--left .el-tabs__header.is-left
@@ -169,11 +171,14 @@
padding 0 .2rem
height .4rem
line-height .4rem
font-size .18rem
font-size .22rem
color #c9c9c9
.el-tabs__item.is-active
color #3CC1FF
font-weight 700
.el-tabs__content
height calc(100% - 0.5rem)
overflow-y auto
.el-popover
background rgba(7,31,62,0.95)
min-width 150px