Commit c4e667b5 by liangzhen

样式调整

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