|
|
@@ -303,7 +303,6 @@
|
|
|
border
|
|
|
stripe
|
|
|
highlight-current-row
|
|
|
- style="width: 100%"
|
|
|
:max-height="maxHeight"
|
|
|
class="config-table"
|
|
|
@selection-change="
|
|
|
@@ -494,7 +493,6 @@
|
|
|
border
|
|
|
stripe
|
|
|
highlight-current-row
|
|
|
- style="width: 100%"
|
|
|
:max-height="maxHeight"
|
|
|
class="formula-table"
|
|
|
@selection-change="
|
|
|
@@ -614,7 +612,6 @@
|
|
|
border
|
|
|
stripe
|
|
|
highlight-current-row
|
|
|
- style="width: 100%"
|
|
|
:max-height="maxHeight"
|
|
|
class="formula-table"
|
|
|
@selection-change="
|
|
|
@@ -1375,11 +1372,11 @@ export default {
|
|
|
color: #606266;
|
|
|
}
|
|
|
&__content {
|
|
|
- .el-input,
|
|
|
+ /* .el-input,
|
|
|
.el-select,
|
|
|
.el-input-number {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
+ width: 100%;
|
|
|
+ }*/
|
|
|
.el-textarea .el-input__count {
|
|
|
padding: 0 5px;
|
|
|
line-height: initial;
|
|
|
@@ -1416,9 +1413,9 @@ export default {
|
|
|
height: calc(100vh - 410px);
|
|
|
overflow: auto;
|
|
|
}
|
|
|
- .el-input-number--small {
|
|
|
+ /*.el-input-number--small {
|
|
|
width: 100%;
|
|
|
- }
|
|
|
+ }*/
|
|
|
.editor {
|
|
|
.edui-editor {
|
|
|
width: auto !important;
|