wenhongquan vor 1 Jahr
Ursprung
Commit
3a2b059ff0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ruoyi-ui-vue3/src/views/device/sensordash/index.vue

+ 1 - 1
ruoyi-ui-vue3/src/views/device/sensordash/index.vue

@@ -165,7 +165,7 @@
         <template #reference>
                     <el-button plain>{{ `${scope.row.unit}(${scope.row.unitType})` }}</el-button>
 </template>
-              <el-table :data="allUnit"
+              <el-table :data="allUnit" height="500"
                 @cellClick="(row1) => { scope.row.unit = row1.unitName; scope.row.unitType = row1.unitSymbol; }">
                 <el-table-column property="unitName" label="单位名称" />
                 <el-table-column property="unitSymbol" label="单位符号" />