CN-936 开发appearance页面:调整保存按钮位置;修改时区列表获取接口;
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.appearance{
|
||||
height: calc(100% - 100px);
|
||||
height: 100%;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
.appearance-form {
|
||||
@@ -10,7 +10,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
//width: 600px;
|
||||
.el-input {
|
||||
width:600px;
|
||||
}
|
||||
@@ -23,10 +22,10 @@
|
||||
.edit-appearance-base__footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
height: 100px;
|
||||
margin-top: 3px;
|
||||
box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.10);
|
||||
padding-left:200px;
|
||||
|
||||
.footer__btn {
|
||||
margin: 0 10px;
|
||||
|
||||
Reference in New Issue
Block a user