Przeglądaj źródła

update Web/src/components/table/index.vue.
修复自定义table 高度不能自适应的问题

Signed-off-by: Mr先生 <362270511@qq.com>

Mr先生 2 lat temu
rodzic
commit
0c2cbaa402
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Web/src/components/table/index.vue

+ 1 - 1
Web/src/components/table/index.vue

@@ -440,7 +440,7 @@ defineExpose({
 
 <style scoped lang="scss">
 .table-container {
-	display: flex;
+	display: flex !important;
 	flex-direction: column;
 	height: 100%;