소스 검색

精选企业按钮样式

Xiao_123 2 주 전
부모
커밋
ff7366c56f
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      src/views/recruit/personal/home/components/popularEnterprises.vue

+ 11 - 1
src/views/recruit/personal/home/components/popularEnterprises.vue

@@ -49,4 +49,14 @@ getHotEnterpriseList()
 const handleToMore = () => {
   window.open('/recruit/personal/company')
 }
-</script>
+</script>
+
+<style lang="scss" scoped>
+:deep(.v-btn__content) {
+  font-size: 14px;
+}
+:deep(.v-btn .v-icon) {
+  background-color: #c2e4d5;
+  border-radius: 50%;
+}
+</style>