浏览代码

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

Jacky 3 月之前
父节点
当前提交
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>