Ver código fonte

feat: 更新

hezhijie 5 dias atrás
pai
commit
f1778c1107

+ 4 - 3
traceCodePackages/traceabilityReport/pages/ganmaoling/detail/index.vue

@@ -317,10 +317,11 @@ export default {
 
 .table-scroll {
   width: 100%;
+  white-space: nowrap;
 }
 
 .flow-table {
-  min-width: 1785rpx;
+  display: inline-block;
   border-top: 1rpx solid #ccc;
   border-left: 1rpx solid #ccc;
 }
@@ -349,13 +350,13 @@ export default {
 
 .th,
 .td {
-  padding: 16rpx 10rpx;
+  padding: 16rpx 20rpx;
   border-right: 1rpx solid #ccc;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
-  word-break: break-all;
+  white-space: nowrap;
   box-sizing: border-box;
   flex-shrink: 0;
 }