bugfix
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
/* pages/add-affairs/add-affairs.wxss */
|
||||
.t-navbar__content {
|
||||
--td-navbar-bg-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.add-affairs {
|
||||
padding-top: 32rpx;
|
||||
.add-affairs-form {
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
<wxs module="times" src="../../utils/time.wxs" />
|
||||
<wxs module="dict" src="../../utils/dict.wxs" />
|
||||
<wxs module="utils" src="../../utils/utils.wxs" />
|
||||
<view class="block">
|
||||
<t-navbar left-arrow title="添加事项" t-class="nav" t-class-title="nav-title" />
|
||||
</view>
|
||||
<view class="add-affairs">
|
||||
<view class="add-affairs-form">
|
||||
<t-input label="事项" bind:change="onChange" data-field="event" value="{{form.event}}" align="right" placeholder="请输入事项"></t-input>
|
||||
|
||||
Reference in New Issue
Block a user