natasha 3 years ago
parent
commit
78c549ac8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/Adult/Preview.vue

+ 2 - 1
src/components/Adult/Preview.vue

@@ -667,7 +667,7 @@ export default {
         font-weight: bold;
         margin: 0;
         b {
-          width: 48px;
+          min-width: 48px;
           height: 24px;
           background: #e35454;
           border-radius: 8px;
@@ -677,6 +677,7 @@ export default {
           text-align: center;
           font-size: 16px;
           margin-right: 14px;
+          padding:0 4px;
         }
       }
       > h3 {