Browse Source

推荐栏右移

mentoswzq 4 years ago
parent
commit
2db90a4980
2 changed files with 3 additions and 2 deletions
  1. 1 1
      package.json
  2. 2 1
      src/css/newMenu/achievementList.css

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "1.2.8",
+  "version": "1.2.9",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 2 - 1
src/css/newMenu/achievementList.css

@@ -165,7 +165,8 @@
 }
 
 .achievementList .fineQuality {
-    float: left;
+    float: right;
+    margin-left: 24px;
     width: 220px;
     text-align: center;
     background: #f9f9f9;