소스 검색

fix(config-template-modal): header text overflow

Jacky 7 달 전
부모
커밋
e6e30110fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/views/site/ngx_conf/LocationEditor.vue

+ 1 - 1
app/src/views/site/ngx_conf/LocationEditor.vue

@@ -175,6 +175,6 @@ function duplicate(index: number) {
 }
 
 :deep(.ant-collapse-header-text) {
-  overflow: hidden;
+  width: 95%;
 }
 </style>