feat:重构按钮和icon组件
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '../../style/theme3.less';
|
||||
@import '../../style/theme.less';
|
||||
|
||||
@age-tab-gap: 32rpx;
|
||||
@age-tab-w: 226rpx;
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
"backgroundColor": "#F6F6F6",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {
|
||||
"toy-button": "/ui/button/button",
|
||||
"van-icon": "@vant/weapp/icon/index",
|
||||
"toy-button": "/toy/button-v2/button",
|
||||
"van-dialog": "@vant/weapp/dialog/index",
|
||||
"word-input": "/components/word-input/word-input",
|
||||
"word-card": "/components/word-card/word-card",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
height="80rpx"
|
||||
width="410rpx"
|
||||
icon="success"
|
||||
icon-class-prefix="van-icon">
|
||||
icon-class-prefix="toy-icon">
|
||||
选择文字
|
||||
</toy-button>
|
||||
<toy-button
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '../../style/theme3.less';
|
||||
@import '../../style/theme.less';
|
||||
|
||||
@fav-seg-track: #f0e7d6;
|
||||
@fav-thumb-placeholder: #e5dcc9;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '../../style/theme3.less';
|
||||
@import '../../style/theme.less';
|
||||
|
||||
@home-track-gap: 16rpx;
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"introduction-popup": "../../components/introduction-popup/introduction-popup",
|
||||
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
|
||||
"add-to-miniprogram-tip": "../../components/add-to-miniprogram-tip/add-to-miniprogram-tip",
|
||||
"toy-button": "../../ui/button/button",
|
||||
"toy-button": "../../toy/button-v2/button",
|
||||
"word-picker": "../../components/word-picker/word-picker",
|
||||
"empty-state": "../../components/empty-state/empty-state"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '../../style/theme3.less';
|
||||
@import '../../style/theme.less';
|
||||
|
||||
@profile-premium-bg: #2d2a26;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user