perf: 优化template-admin-ts自带样式导入逻辑
This commit is contained in:
@ -31,10 +31,10 @@ onMounted(() => {
|
||||
getEnterprise();
|
||||
});
|
||||
</script>
|
||||
<style lang="less">
|
||||
<style lang="scss">
|
||||
.join-body {
|
||||
margin: 0;
|
||||
font-family: 'PuHuiTi-Medium';
|
||||
font-family: $font-family-medium;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: var(--Text-1, rgba(33, 31, 36, 1));
|
||||
|
||||
Reference in New Issue
Block a user