This commit is contained in:
王丹 2024-09-20 18:16:54 +08:00
parent 40c33fada0
commit 0dc7339668
2 changed files with 5 additions and 5 deletions

View File

@ -294,7 +294,7 @@
.list-cell { .list-cell {
.menu-item-box { .menu-item-box {
.menu-icon { .menu-icon { font-size: 40rpx;
color: #39ac4f; color: #39ac4f;
} }
} }

View File

@ -38,8 +38,8 @@
</script> </script>
<style lang="scss"> <style lang="scss">
page { // page {
background-color: #ffffff; // background-color: #ffffff;
} // }
.uni-icons{color: #39ac4f !important;} .uni-icons{color: #39ac4f !important;font-size: 40rpx !important;}
</style> </style>