This commit is contained in:
parent
4852fe1a7d
commit
2ba732b2bc
|
|
@ -97,8 +97,8 @@
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="select-area">
|
||||
<uni-row :gutter="24" style="display: flex; align-items: center">
|
||||
<uni-col :span="9">
|
||||
<uni-row :gutter="24" >
|
||||
<uni-col :span="12">
|
||||
<view>
|
||||
<uni-data-select
|
||||
v-model="typeId"
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
</uni-data-select>
|
||||
</view>
|
||||
</uni-col>
|
||||
<uni-col :span="9">
|
||||
<uni-col :span="12">
|
||||
<view>
|
||||
<uni-data-select
|
||||
v-model="typeCode"
|
||||
|
|
@ -121,8 +121,8 @@
|
|||
</view>
|
||||
</uni-col>
|
||||
|
||||
<uni-col :span="6">
|
||||
<view>
|
||||
<uni-col :span="24">
|
||||
<view style="margin-top: 15px">
|
||||
<button class="btn-cont" @click="submitNum">发起申请</button>
|
||||
</view>
|
||||
</uni-col>
|
||||
|
|
@ -777,7 +777,7 @@ const clearConfig = () => {
|
|||
background: linear-gradient(135deg, #4b8eff 0%, #3784fb 100%);
|
||||
color: #fff;
|
||||
border-radius: 20rpx;
|
||||
font-size: 18rpx;
|
||||
font-size: 25rpx;
|
||||
font-weight: 500;
|
||||
box-shadow: 0 6rpx 20rpx rgba(55, 132, 251, 0.2);
|
||||
transition: all 0.3s ease;
|
||||
|
|
@ -901,7 +901,7 @@ const clearConfig = () => {
|
|||
.uni-forms-item--border
|
||||
{
|
||||
margin-bottom: 0;
|
||||
padding: 1px 0;
|
||||
padding: 5px 0;
|
||||
border-top: 1px #eee solid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue