瀏覽代碼

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

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

Mr先生 2 年之前
父節點
當前提交
0c2cbaa402
共有 1 個文件被更改,包括 1 次插入1 次删除
  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%;