ludc
2024-09-18 d8c51096bdf100bb9367e61e75bb66be796068d3
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -113,6 +113,7 @@
    option() {
      return {
        height: "auto",
        calcHeight: 20,
        tip: false,
        border: true,
        align: 'center',
@@ -461,7 +462,9 @@
}
</script>
<style lang="scss" scoped>
::v-deep(.avue-crud .el-select) {
  width: 100px !important;
}
  ::v-deep{
      .avue-crud .el-select {
      width: 100px !important;
    }
  }
</style>