mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-27 21:06:35 +08:00
节点选择认证时增加推荐
This commit is contained in:
33
web/views/@default/clusters/grants/selectPopup.less
Normal file
33
web/views/@default/clusters/grants/selectPopup.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.grants-box {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.grant-box {
|
||||
float: left;
|
||||
width: 12em;
|
||||
height: 4.5em;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
margin-right: 0.5em;
|
||||
border: 1px #ccc solid;
|
||||
margin-bottom: 0.5em;
|
||||
padding: 0.5em 0.3em;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
div.method {
|
||||
margin-top: 0.3em;
|
||||
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.grant-box::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user