角色管理

This commit is contained in:
2023-10-21 19:53:37 +08:00
parent 788e748ab3
commit 8311b65139
5 changed files with 29 additions and 36 deletions

View File

@@ -85,15 +85,15 @@ export default {
color #929292
z-index 2018
.text
padding 14px 73px
padding 20px 50px
max-height 60%
min-height 44px
min-height 80px
overflow-y auto
text-align center
-webkit-overflow-scrolling touch
white-space pre-wrap
font-size 14px
line-height 24px
font-size 30px
line-height 40px
color #606266
[class*='hairline']
position relative
@@ -113,9 +113,9 @@ export default {
border-top-width 1px
.button--large
width 100%
height 32px
line-height 32px
font-size 14px
height 80px
line-height 80px
font-size 30px
color #e74f1a
background-color #dadee2
</style>