浏览代码

added dataTable classes

CauseFX 4 年之前
父节点
当前提交
8aaa9cd9ae
共有 2 个文件被更改,包括 13 次插入2 次删除
  1. 13 2
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 13 - 2
css/organizr.css

@@ -634,12 +634,23 @@ h2.m-b-0.font-medium.pull-right {
 }
 .no-mouse:hover {
     opacity: 1 !important;
-    border: inherit !important;
 }
 .mouse-grab {
     cursor: grab;
 }
-
+table.dataTable {
+    border-radius: 10px;
+}
+table.dataTable thead tr th {
+    padding: 10px 0 10px 5px !important;
+    background: #00000061 !important;
+}
+table.dataTable thead tr th:last-child {
+    border-radius: 0 10px 0 0;
+}
+table.dataTable thead tr th:first-child {
+    border-radius: 10px 0 0 0;
+}
 .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
     width: 56%;
     display: block;

文件差异内容过多而无法显示
+ 0 - 0
css/organizr.min.css


部分文件因为文件数量过多而无法显示