Просмотр исходного кода

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

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

Mr先生 2 лет назад
Родитель
Сommit
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%;