update
@@ -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,4 +1,4 @@
-.table th {
+table.dataTable thead th {
color: $font-color;
font-size: .95rem;
}
@@ -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";
@@ -1734,6 +1734,10 @@ h5 {
font-family: Nunito, Montserrat, system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
+
.btn {
padding: 0.75rem 1.4rem !important;
font-size: 0.95rem;
@@ -1775,7 +1779,7 @@ h5 {
font-weight: 600;
color: #414750;
@@ -1848,8 +1852,8 @@ table.data-thumb-view.dataTable tbody tr:hover {
.grid-sort .up:before {