CN-936 开发appearance页面:调整保存按钮位置;修改时区列表获取接口;

This commit is contained in:
hyx
2023-03-21 17:10:37 +08:00
parent ef70c1ac23
commit a8c8a8b6dc
3 changed files with 31 additions and 26 deletions

View File

@@ -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;