jqh il y a 5 ans
Parent
commit
8da59c970a

+ 2 - 2
resources/assets/dcat/sass/components/_grid.scss

@@ -9,8 +9,8 @@
 // 排序图标
 .grid-sort {
   display: inline-block;
-  margin: -4px -4px 0 3px;
-  height: 17px;
+  margin: -2px -4px 0 3px;
+  height: 15px;
 
   .up:before {
     font-family: "feather";

+ 1 - 1
resources/assets/dcat/sass/components/_table.scss

@@ -1,4 +1,4 @@
-.table th {
+table.dataTable thead th {
   color: $font-color;
   font-size: .95rem;
 }

+ 3 - 0
resources/assets/dcat/sass/dcat-app.scss

@@ -26,6 +26,9 @@ body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5 {
   font-family: Nunito, Montserrat,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
 }
 
+html body .content .content-wrapper {
+  padding: calc(2.2rem - 0.4rem) 2.45rem 0;
+}
 
 // 按钮
 @import "./components/button";

+ 7 - 3
resources/dist/dcat/css/app.css

@@ -1734,6 +1734,10 @@ h5 {
   font-family: Nunito, Montserrat, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
 }
 
+html body .content .content-wrapper {
+  padding: calc(2.2rem - 0.4rem) 2.45rem 0;
+}
+
 .btn {
   padding: 0.75rem 1.4rem !important;
   font-size: 0.95rem;
@@ -1775,7 +1779,7 @@ h5 {
   font-weight: 600;
 }
 
-.table th {
+table.dataTable thead th {
   color: #414750;
   font-size: 0.95rem;
 }
@@ -1848,8 +1852,8 @@ table.data-thumb-view.dataTable tbody tr:hover {
 
 .grid-sort {
   display: inline-block;
-  margin: -4px -4px 0 3px;
-  height: 17px;
+  margin: -2px -4px 0 3px;
+  height: 15px;
 }
 
 .grid-sort .up:before {