natasha 1 week ago
parent
commit
797fe18e5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/bookStore/Subscribe.vue

+ 2 - 2
src/views/bookStore/Subscribe.vue

@@ -224,7 +224,7 @@
                         v-for="(itemc, indexc) in itemi.issue_no_list"
                         :key="indexc"
                         :style="{
-                          width: itemc.width ? itemc.width * 65 + 'px' : '',
+                          width: itemc.width ? itemc.width * 80 + 'px' : '',
                           borderRight: itemc.farRight ? 'none !important' : '',
                           borderBottom: itemc.farBottom
                             ? 'none !important'
@@ -1630,7 +1630,7 @@ export default {
       margin: 0 !important;
       background: #ffffff !important;
       border: none !important;
-      min-width: 65px;
+      min-width: 80px;
       height: 36px;
       text-align: center;
       border-right: 0.5px solid #e5e6eb !important;