Sfoglia il codice sorgente

精选企业按钮样式

Xiao_123 2 settimane fa
parent
commit
ff7366c56f

+ 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>