Browse Source

Merge branch 'dev/4.9.14_zsy' of qmx/jy into feature/v4.9.14

zhangsiya 1 year ago
parent
commit
98912b1f18
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/web/templates/pc/member_orderDetail.html

+ 3 - 2
src/web/templates/pc/member_orderDetail.html

@@ -112,7 +112,7 @@
           border-bottom: 0;
         }
         .service-table .add-service-tag {
-            padding: 1px 4px;
+            padding: 0 4px;
             border-radius: 2px;
             border: 1px solid #FFBC78;
             background: #FFF5EC;
@@ -120,7 +120,8 @@
             text-align: center;
             font-size: 12px;
             line-height: 18px;
-            margin-left:8px;
+            margin-left:4px;
+            white-space: nowrap;
         }
     </style>
 </head>