first add files
This commit is contained in:
1
ProjectLiaisonForm/pages/stepper/base/index.js
Normal file
1
ProjectLiaisonForm/pages/stepper/base/index.js
Normal file
@@ -0,0 +1 @@
|
||||
Component({});
|
||||
6
ProjectLiaisonForm/pages/stepper/base/index.json
Normal file
6
ProjectLiaisonForm/pages/stepper/base/index.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-stepper": "tdesign-miniprogram/stepper/stepper"
|
||||
}
|
||||
}
|
||||
3
ProjectLiaisonForm/pages/stepper/base/index.wxml
Normal file
3
ProjectLiaisonForm/pages/stepper/base/index.wxml
Normal file
@@ -0,0 +1,3 @@
|
||||
<view class="stepper-example">
|
||||
<t-stepper defaultValue="3" theme="filled" />
|
||||
</view>
|
||||
4
ProjectLiaisonForm/pages/stepper/base/index.wxss
Normal file
4
ProjectLiaisonForm/pages/stepper/base/index.wxss
Normal file
@@ -0,0 +1,4 @@
|
||||
.stepper-example {
|
||||
padding: 32rpx;
|
||||
background-color: var(--bg-color-demo);
|
||||
}
|
||||
Reference in New Issue
Block a user