Commit 90848080 by zhaopanyu

Merge branch 'master' of 49.232.152.146:qangqi/dd_school

parents 65e99e18 87510886
<template> <template>
<div class="app-container"> <div class="app-container">
<el-dialog title="查询" :visible.sync="query" width="50%" append-to-body> <el-dialog title="查询" :visible.sync="query" width="50%" append-to-body>
<el-form ref="queryParams" :model="queryParams" label-width="96px"> <el-form ref="queryParams" :model="queryParams" label-width="96px" class="search">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="任教学科" prop="teachingSubject"> <el-form-item label="任教学科" prop="teachingSubject">
...@@ -281,6 +281,7 @@ ...@@ -281,6 +281,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 10px;
"> ">
<el-upload v-loading="uploadLoading" class="avatar-uploader" action="#" accept="image/*" <el-upload v-loading="uploadLoading" class="avatar-uploader" action="#" accept="image/*"
:show-file-list="false" :on-success="handleAvatarSuccess" :show-file-list="false" :on-success="handleAvatarSuccess"
...@@ -1427,22 +1428,28 @@ export default { ...@@ -1427,22 +1428,28 @@ export default {
margin-bottom: -5px; margin-bottom: -5px;
} */ } */
.custom-margin { //.custom-margin {
margin: -10px 0px; // margin: -10px 0px;
} //}
.custom-evenly { //.custom-evenly {
margin-top: -40px !important; // margin-top: -40px !important;
text-align: right !important; // text-align: right !important;
//}
::v-deep .el-form-item{
margin-bottom: 0px;
} }
::v-deep .el-input--medium .el-input__inner { ::v-deep .el-input--medium .el-input__inner {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
} }
::v-deep .el-dialog__body{ ::v-deep .el-dialog__body{
padding: 20px padding: 10px 20px
} }
::v-deep .el-dialog:not(.is-fullscreen) { ::v-deep .el-dialog:not(.is-fullscreen) {
margin-top: 4vh !important; margin-top: 4vh !important;
} }
.search ::v-deep .el-form-item__content{
width: 200px
}
</style> </style>
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