Commit 73f63636 authored by tianfen's avatar tianfen

pref: 站点管理更新

parent 2ba6d3a7
Pipeline #22248 skipped with stages
......@@ -29,8 +29,8 @@
border-bottom: 1px solid #ccc;
}
.cardBoxR{
min-height: calc(100vh - 158px);
max-height: calc(100vh - 158px);
min-height: calc(100vh - 200px);
max-height: calc(100vh - 200px);
min-width: 600px;
overflow-y: scroll;
}
......@@ -104,7 +104,8 @@
}
.siteList{
width:199px;
margin:0 0 15px 0
// margin:0 0 15px 0;
padding:0 0 15px 0;
}
.sitePanel{
margin: 0 0 10px 0;
......@@ -139,7 +140,7 @@
color:#f00
}
.siteCommit{
margin-top: 20px;
margin: 10px 0;
}
.siteSelectList{
border:1px solid #f5f5f5;
......@@ -168,8 +169,9 @@
}
}
.siteBtn{
width:70.5vw;
text-align: right;
position: fixed;
bottom: 20px;
width:98%;
display: flex;
flex-direction: row;
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