Browse Source

fixed:字体调大

nahida 1 year ago
parent
commit
bd07a2371a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/CEEnterprise/companydetail/index.vue

+ 4 - 0
src/views/CEEnterprise/companydetail/index.vue

@@ -74,4 +74,8 @@ const activeNames = ref([])
 </template>
 
 <style lang="scss">
+.demo-collapse .el-collapse-item__header{
+  font-size: 20px;
+  font-weight: bold;
+}
 </style>