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