浏览代码

style:本次增购标签样式修改

zhangsiya 1 年之前
父节点
当前提交
0dc305c36b
共有 1 个文件被更改,包括 3 次插入2 次删除
  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>