소스 검색

默认表格样式调整

jqh 6 년 전
부모
커밋
a38c03fd93
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      resources/assets/dcat-admin/main.css
  2. 0 0
      resources/assets/dcat-admin/main.min.css

+ 4 - 4
resources/assets/dcat-admin/main.css

@@ -834,9 +834,9 @@ input.label {
     padding: .75rem 8px;
     letter-spacing: .05em;
 }
-/*.table-header-default.table>thead>tr>th {*/
-/*    border-bottom: 1px solid #f4f4f4;*/
-/*}*/
+.table-header-default.table>thead>tr>th {
+    border-bottom: 2px solid #f4f4f4;
+}
 .table>thead:first-child>tr:first-child>th:first-child {
     padding-left: 18px;
 }
@@ -848,7 +848,7 @@ input.label {
 }
 
 .table-header-default.table:not(.table-striped) thead tr {
-    border-top: 1px solid #e3e7eb;
+    border-top: 1px solid #f4f4f4;
 }
 .table-header-gray.table:not(.table-striped) thead tr {
     border-top: 1px solid #e3e7eb;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
resources/assets/dcat-admin/main.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.