角色管理

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>

View File

@@ -26,19 +26,19 @@ export default {
position fixed
z-index 10001
width 90%
min-height 48px
min-height 80px
text-align center
left 50%
top 50%
transform translate(-50%, -50%)
.text
line-height 32px
line-height 40px
display inline-block
width auto
text-align center
padding 14px 30px
padding 20px 50px
border-radius 16px
background #858586
font-size 14px
font-size 30px
color #fff
</style>