Commit c4e667b5 by liangzhen

样式调整

1 parent fc0d59ec
...@@ -679,7 +679,6 @@ export default { ...@@ -679,7 +679,6 @@ export default {
.el-form { .el-form {
display: flex; display: flex;
width: 99%; width: 99%;
height: 17vh;
flex-wrap: wrap; flex-wrap: wrap;
border-top: 2px solid #23c6c8; border-top: 2px solid #23c6c8;
border-left: 1px solid #dee5e7; border-left: 1px solid #dee5e7;
......
...@@ -1207,13 +1207,6 @@ export default { ...@@ -1207,13 +1207,6 @@ export default {
height: 630px; height: 630px;
overflow-y: auto; overflow-y: auto;
} }
.setscroll {
width: 100%;
// height: 55vh;
position: relative;
overflow-y: auto;
overflow-x: hidden;
}
/deep/.el-table--scrollable-x .el-table__body-wrapper{ /deep/.el-table--scrollable-x .el-table__body-wrapper{
overflow-x: hidden; overflow-x: hidden;
} }
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscrollOut"> <div class="setscrollOne">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -655,7 +655,7 @@ h3 { ...@@ -655,7 +655,7 @@ h3 {
} }
.setscroll { .setscroll {
width: 100%; width: 100%;
height: 400px; height:520px;
position: relative; position: relative;
overflow: auto; overflow: auto;
} }
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscroll"> <div class="setscrollOne">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -565,12 +565,6 @@ ...@@ -565,12 +565,6 @@
border-radius: 5px; border-radius: 5px;
} }
} }
.setscroll {
width: 100%;
height: 650px;
position: relative;
overflow: auto;
}
.setscrolldialog { .setscrolldialog {
width: 100%; width: 100%;
height: 300px; height: 300px;
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</el-button> </el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscroll"> <div class="setscrollOne">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -2084,12 +2084,6 @@ h3 { ...@@ -2084,12 +2084,6 @@ h3 {
border-radius: 5px; border-radius: 5px;
} }
} }
.setscroll {
width: 100%;
height: 650px;
position: relative;
overflow: auto;
}
.setscrolldialogAdd { .setscrolldialogAdd {
width: 100%; width: 100%;
height: 200px; height: 200px;
......
...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
} }
.setscrollOne { .setscrollOne {
height: calc(100% - 220px); height: calc(100% - 210px);
min-height: 300px; min-height: 300px;
position: relative; position: relative;
overflow: auto; overflow: auto;
......
...@@ -559,18 +559,6 @@ export default { ...@@ -559,18 +559,6 @@ export default {
/deep/ .el-table__cell { /deep/ .el-table__cell {
text-align: center; text-align: center;
} }
.setscroll {
width: 100%;
height: 650px;
position: relative;
overflow: auto;
}
.setscroll {
width: 100%;
height: 650px;
position: relative;
overflow: auto;
}
.dialog { .dialog {
.content { .content {
width: 100%; width: 100%;
......
...@@ -574,12 +574,6 @@ export default { ...@@ -574,12 +574,6 @@ export default {
/deep/ .el-table__cell { /deep/ .el-table__cell {
text-align: center; text-align: center;
} }
.setscroll {
width: 100%;
height: 650px;
position: relative;
overflow: auto;
}
.dialog { .dialog {
.content { .content {
width: 100%; width: 100%;
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscrollOut"> <div class="setscrollOne">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -653,12 +653,6 @@ h3 { ...@@ -653,12 +653,6 @@ h3 {
color: #fff; color: #fff;
} }
} }
.setscroll {
width: 100%;
height: 400px;
position: relative;
overflow: auto;
}
/deep/.el-button--small{ /deep/.el-button--small{
font-size: 14px; font-size: 14px;
} }
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscrollOut"> <div class="setscrollOne">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -823,10 +823,5 @@ h3 { ...@@ -823,10 +823,5 @@ h3 {
border-bottom: none; border-bottom: none;
} }
} }
.setscroll {
width: 100%;
height: 400px;
position: relative;
overflow: auto;
}
</style> </style>
\ No newline at end of file
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscrollOut"> <div class="setscroll">
<el-table <el-table
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
ref="multipleTable" ref="multipleTable"
...@@ -988,12 +988,6 @@ h3 { ...@@ -988,12 +988,6 @@ h3 {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
.setscroll {
width: 100%;
height: 400px;
position: relative;
overflow: auto;
}
/deep/ .el-tag{ /deep/ .el-tag{
white-space: normal; white-space: normal;
height:auto; height:auto;
......
...@@ -1001,12 +1001,7 @@ h3 { ...@@ -1001,12 +1001,7 @@ h3 {
color: #333; color: #333;
} }
} }
.setscroll {
width: 100%;
height: 585px;
position: relative;
overflow: auto;
}
.dialog { .dialog {
.el-form { .el-form {
border: none !important; border: none !important;
...@@ -1074,12 +1069,7 @@ h3 { ...@@ -1074,12 +1069,7 @@ h3 {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
.setscroll {
width: 100%;
height: 585px;
position: relative;
overflow: auto;
}
.noclick { .noclick {
opacity: 0.5; opacity: 0.5;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!