Sfoglia il codice sorgente

简历管理-职位搜索框设置max-width

Xiao_123 5 mesi fa
parent
commit
bbc399aac4

+ 6 - 0
src/views/recruit/enterprise/resume/components/screen.vue

@@ -162,4 +162,10 @@ watch(
     color: var(--v-primary-base);
   }
 }
+:deep(.v-btn__content) {
+  display: block;
+  max-width: 200px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 </style>