소스 검색

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