feat: code format

This commit is contained in:
xingyu4j
2025-11-11 13:52:01 +08:00
parent 15cf8571af
commit 5d0269da99
3 changed files with 3 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ function menuToBackend(menu: any) {
<style lang="scss" scoped>
/** TODO @hw尽量使用 tindwind 替代。ps如果多个组件复用那就不用调整 */
/* 公共颜色变量 */
.clearfix {
*zoom: 1;

View File

@@ -71,6 +71,7 @@ const getNickname = (sendFrom: SendFromType) =>
<style lang="scss" scoped>
/* 因为 joolun 实现依赖 avue 组件,该页面使用了 comment.scss、card.scc */
/** TODO @hw这里有没办法重构掉哈。辛苦~~~ */
@import url('../comment.scss');
@import url('../card.scss');

View File

@@ -65,6 +65,7 @@ defineExpose({
<style lang="scss" scoped>
/** TODO @hw这里有没办法重构掉哈。辛苦~~~ */
/* 因为 joolun 实现依赖 avue 组件,该页面使用了 card.scss */
@import url('../wx-msg/card.scss');
</style>