浏览代码

修改样式

cl 4 年之前
父节点
当前提交
750aa18da2
共有 3 个文件被更改,包括 194 次插入171 次删除
  1. 1 5
      boniu/.eslintcache
  2. 15 11
      boniu/src/components/Overview/overview.css
  3. 178 155
      boniu/src/components/Overview/overview.jsx

文件差异内容过多而无法显示
+ 1 - 5
boniu/.eslintcache


+ 15 - 11
boniu/src/components/Overview/overview.css

@@ -1,20 +1,24 @@
 .overview-title {
-    display: flex!important;
-    align-items: center;
+  display: flex !important;
+  align-items: center;
 }
 .overview-title::before {
-    content: "";
-    margin-right: 10px;
-    display: block;
-    width: 6px;
-    height: 20px;
-    border-radius: 3px;
-    background-color: #00c0ff;
+  content: "";
+  margin-right: 10px;
+  display: block;
+  width: 6px;
+  height: 20px;
+  border-radius: 3px;
+  background-color: #00c0ff;
 }
 
 .margin-top-20 {
-    margin-top: 1.2em;
+  margin-top: 1.2em;
 }
 .err-table .ant-table-cell {
   padding-left: 0 !important;
-}
+}
+
+.ant-typography-secondary {
+  display: inline-block;
+}

文件差异内容过多而无法显示
+ 178 - 155
boniu/src/components/Overview/overview.jsx