管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-11-18 462782f4b2ce653e84260ca586a58c8627c4ac9c
src/views/maintenance/parameterConfiguration.vue
@@ -54,7 +54,7 @@
          <template slot-scope="scope">
            <el-button
              @click="showDetail(scope.$index, scope.row)"
              type="primary"
              type="warning"
              plain
              size="small"
              >{{ $t('common.edit') }}</el-button
@@ -123,9 +123,11 @@
        <el-button @click="EditFromDataClose">{{
          $t('common.close')
        }}</el-button>
        <el-button @click="EditFromData" type="primary">{{
          $t('common.confirm')
        }}</el-button>
        <el-button
          @click="EditFromData"
          style="background: #409eff; border: 1px solid #409eff; color: white"
          >{{ $t('common.confirm') }}</el-button
        >
      </div>
    </el-dialog>
  </div>
@@ -147,7 +149,7 @@
        insert: false,
        update: false,
      },
      formLabelWidth: '100px',
      formLabelWidth: '120px',
      upform: {},
      EditFormdialog: false,
      tableData: [],
@@ -357,5 +359,27 @@
      background: transparent;
    }
  }
  /deep/ .el-input__inner {
    background-color: transparent !important;
    border: 1px solid;
    color: white;
  }
  /deep/ .el-dialog {
    background: #303030;
  }
  /deep/.el-range-editor.is-active,
  .el-range-editor.is-active:hover,
  .el-select .el-input.is-focus .el-input__inner {
    border: 1px solid;
  }
  /deep/.el-dialog__title {
    color: white;
  }
  /deep/.el-form-item__label {
    color: white;
  }
  .boxlabel {
    color: white;
  }
}
</style>