xuqiang hace 4 años
padre
commit
03391d3623

+ 2 - 2
src/main/pc-space/src/views/AssetDetail.vue

@@ -1363,7 +1363,7 @@ export default {
             }
             .time1 {
                 font-size: @menuFont;
-                // font-weight: bold;
+                font-weight: normal;
                 color: #ffffff;
                 line-height: 24px;
             }
@@ -1689,7 +1689,7 @@ export default {
         border-radius: 8px 8px 0 0 !important;
         padding: 0 8px 0 16px;
         height: 44px;
-        // font-weight: bold;
+        font-weight: normal;
         border-bottom-width: 0;
         img {
             width: 24px;

+ 2 - 2
src/main/pc-space/src/views/CollectionDetail.vue

@@ -672,7 +672,7 @@ export default {
             }
             .time1 {
                 font-size: @menuFont;
-                // font-weight: bold;
+                font-weight: normal;
                 color: #ffffff;
                 line-height: 24px;
             }
@@ -1144,7 +1144,7 @@ export default {
         border-radius: 8px 8px 0 0 !important;
         padding: 0 8px 0 16px;
         height: 44px;
-        // font-weight: bold;
+        font-weight: normal;
         border-bottom-width: 0;
         img {
             width: 24px;

+ 9 - 1
src/main/pc-space/src/views/user/AccountData.vue

@@ -513,7 +513,15 @@ export default {
             border-radius: 1px;
             margin: 17px 0 26px 0;
         }
-
+        .borderUser:after {
+            // content: '';
+            // display: block;
+            // width: 100px;
+            // border-left: 4px solid transparent;
+            // border-right: 4px solid transparent;
+            // border-top: 1px solid #343c99;
+            // position: absolute;
+        }
         .boxFollow {
             .flex();
             justify-content: space-between;