浏览代码

1. 修复选择某排显示问题

MONSTER-ygh 1 年之前
父节点
当前提交
3afc2f43f5
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/venue/performanceHallMr/model/seatManagementTable.vue

+ 5 - 1
src/views/venue/performanceHallMr/model/seatManagementTable.vue

@@ -1678,10 +1678,14 @@ export default {
             span{
                 font-size: 16px;
                 font-weight: 600;
+                white-space: nowrap;
+            }
+            span:nth-child(2){
+                font-size: 15px;
             }
             span:nth-child(3){
                 font-size: 12px;
-                margin-left: 10px;
+                margin-left: 5px;
                 font-weight: 400;
             }
         }