feat: add mj image list component for mobile page. fixed bug for html tag escape

This commit is contained in:
RockYang
2024-02-15 11:39:04 +08:00
parent 013b319fab
commit 0af01f6f1f
13 changed files with 479 additions and 21 deletions

View File

@@ -39,6 +39,7 @@ const onChange = (index) => {
</script>
<style lang="stylus">
@import '@/assets/iconfont/iconfont.css';
.mobile-home {
.container {
.van-nav-bar {
@@ -47,7 +48,7 @@ const onChange = (index) => {
}
.content {
padding 46px 10px 0 10px;
padding 46px 10px 60px 10px;
}
}