|
@@ -92,7 +92,7 @@
|
|
</el-row>
|
|
</el-row>
|
|
<el-row style="margin-left:100px">
|
|
<el-row style="margin-left:100px">
|
|
<el-button type="primary" @click="submitForm">保 存</el-button>
|
|
<el-button type="primary" @click="submitForm">保 存</el-button>
|
|
- <el-button @click="userDialog = false;">取 消</el-button>
|
|
|
|
|
|
+ <el-button @click="userDialog = false">取 消</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -234,18 +234,23 @@ export default {
|
|
}
|
|
}
|
|
.el-header,
|
|
.el-header,
|
|
.el-footer {
|
|
.el-footer {
|
|
- background-color: #b3c0d1;
|
|
|
|
|
|
+ background-color: #f7f7f7;
|
|
color: #333;
|
|
color: #333;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
line-height: 60px;
|
|
}
|
|
}
|
|
|
|
+.el-footer {
|
|
|
|
+ background-color: #f7f7f7;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ height: 40px !important;
|
|
|
|
+}
|
|
|
|
|
|
body > .el-container {
|
|
body > .el-container {
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
.main-body {
|
|
.main-body {
|
|
- min-height: calc(100vh - 60px - 20px);
|
|
|
|
|
|
+ min-height: calc(100vh - 60px);
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
@@ -254,7 +259,7 @@ body > .el-container {
|
|
}
|
|
}
|
|
|
|
|
|
.main-content {
|
|
.main-content {
|
|
- min-height: calc(100vh - 60px - 60px - 60px);
|
|
|
|
|
|
+ min-height: calc(100vh - 60px - 60px - 40px);
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
|