seimin 1 年之前
父節點
當前提交
6184776bb9
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      components/showModel/showModel.vue

+ 4 - 3
components/showModel/showModel.vue

@@ -290,12 +290,13 @@ export default {
290 290
         .childrenDeptItem{
291 291
           background-color: #fff;
292 292
           height: 80rpx;
293
+          line-height: 80rpx;
293 294
           border-radius: 80rpx;
294
-          display: flex;
295
-          align-items: center;
296
-          justify-content: center;
297 295
           color: #49b856;
298 296
           margin-top: 24rpx;
297
+          white-space: nowrap;
298
+          overflow: hidden;
299
+          text-overflow: ellipsis;
299 300
         }
300 301
       }
301 302