mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 20:06:34 +08:00
优化创建网站服务界面
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
.tables-box {
|
||||
.table-box {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.label em {
|
||||
font-style: italic !important;
|
||||
}
|
||||
@@ -14,13 +20,15 @@
|
||||
.tables-box {
|
||||
width: 1024px;
|
||||
|
||||
.table-box {
|
||||
width: 48%;
|
||||
.table-box.left {
|
||||
width: 55%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-box.right {
|
||||
margin-left: 1em;
|
||||
width: 40%;
|
||||
float: left;
|
||||
margin-left: 2em;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user