浏览代码

Fixed td width bug using card view

zhixin 4 年之前
父节点
当前提交
ac11afb6aa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/themes/_theme.scss

+ 2 - 1
src/themes/_theme.scss

@@ -136,11 +136,12 @@
             font-weight: bold;
             display: inline-block;
             min-width: 30%;
+            width: auto !important;
             text-align: left !important;
           }
 
           .card-view-value {
-            width: 100%;
+            width: 100% !important;
           }
         }
       }