Browse Source

修改样式

306132416@qq.com 4 years ago
parent
commit
a43555963e

File diff suppressed because it is too large
+ 1 - 1
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;
+}

File diff suppressed because it is too large
+ 178 - 155
boniu/src/components/Overview/overview.jsx


+ 8 - 8
boniu/src/components/StocksInfo/stocksInfo.css

@@ -44,29 +44,29 @@ tr {
 }
 
 tr td:last-child {
-  width: 30%;
+  width: 44%;
 }
 tr th:last-child {
-  width: 30%;
+  width: 44%;
 }
 .first-table tr td:first-child {
-  width: 70%;
+  width: 56%;
 }
 .first-table tr th:first-child {
-  width: 70%;
+  width: 56%;
 }
 .second-table tr td:first-child {
-  width: 40%;
+  width: 28%;
 }
 .second-table tr th:first-child {
-  width: 40%;
+  width: 28%;
 }
 
 .second-table tr td:nth-child(2) {
-  width: 30%;
+  width: 28%;
 }
 .second-table tr th:nth-child(2) {
-  width: 30%;
+  width: 28%;
 }
 .second-table tr th:last-child {
   padding-left: 0 !important;

+ 8 - 8
boniu/src/components/indexBasicInfo/indexBasicInfo.css

@@ -44,29 +44,29 @@ tr {
 }
 
 tr td:last-child {
-  width: 30%;
+  width: 44%;
 }
 tr th:last-child {
-  width: 30%;
+  width: 44%;
 }
 .first-table tr td:first-child {
-  width: 70%;
+  width: 56%;
 }
 .first-table tr th:first-child {
-  width: 70%;
+  width: 56%;
 }
 .second-table tr td:first-child {
-  width: 40%;
+  width: 28%;
 }
 .second-table tr th:first-child {
-  width: 40%;
+  width: 28%;
 }
 
 .second-table tr td:nth-child(2) {
-  width: 30%;
+  width: 28%;
 }
 .second-table tr th:nth-child(2) {
-  width: 30%;
+  width: 28%;
 }
 .second-table tr th:last-child {
   padding-left: 0 !important;