Commit 73f63636 authored by tianfen's avatar tianfen

pref: 站点管理更新

parent 2ba6d3a7
Pipeline #22248 skipped with stages
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
.cardBoxR{ .cardBoxR{
min-height: calc(100vh - 158px); min-height: calc(100vh - 200px);
max-height: calc(100vh - 158px); max-height: calc(100vh - 200px);
min-width: 600px; min-width: 600px;
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -104,7 +104,8 @@ ...@@ -104,7 +104,8 @@
} }
.siteList{ .siteList{
width:199px; width:199px;
margin:0 0 15px 0 // margin:0 0 15px 0;
padding:0 0 15px 0;
} }
.sitePanel{ .sitePanel{
margin: 0 0 10px 0; margin: 0 0 10px 0;
...@@ -139,7 +140,7 @@ ...@@ -139,7 +140,7 @@
color:#f00 color:#f00
} }
.siteCommit{ .siteCommit{
margin-top: 20px; margin: 10px 0;
} }
.siteSelectList{ .siteSelectList{
border:1px solid #f5f5f5; border:1px solid #f5f5f5;
...@@ -168,8 +169,9 @@ ...@@ -168,8 +169,9 @@
} }
} }
.siteBtn{ .siteBtn{
width:70.5vw; width:98%;
text-align: right; display: flex;
position: fixed; flex-direction: row;
bottom: 20px; align-items: center;
justify-content: flex-end;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment