浏览代码

Merge branch 'jobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into jobFair

lifanagju_citu 2 周之前
父节点
当前提交
c3229dd0d6
共有 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>