|
@@ -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;
|