添加页面

This commit is contained in:
zhengw
2026-01-29 17:46:14 +08:00
parent df67413bf8
commit 85483c7ca2
44 changed files with 1606 additions and 94 deletions

View File

@@ -9,14 +9,14 @@
display: none;
}
.footer>view {
.footer > view {
border-top: 1rpx solid #ddd;
padding: 16rpx 0 0 24rpx;
display: flex;
width: 100%;
}
.footer>view:empty {
.footer > view:empty {
display: none;
}

View File

@@ -6,6 +6,7 @@ Component({
properties: {
label: null,
placeholder: null,
value: null,
},
/**

View File

@@ -1,2 +1,2 @@
<t-input label="{{label||''}}" placeholder="{{placeholder || label || '' }}" bind:change="onChange"
bind:clear="onClear" clearable />
bind:clear="onClear" clearable value="{{value || ''}}" />