提交 23cebd06 作者: 毛细亚

修改误操作

上级 e22b54bf
...@@ -20,6 +20,12 @@ label { ...@@ -20,6 +20,12 @@ label {
font-weight: 400; font-weight: 400;
} }
/* Element UI 样式覆盖 */
.el-form-item__label {
font-weight: bold !important;
line-height: 32px;
}
html { html {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -10,14 +10,12 @@ ...@@ -10,14 +10,12 @@
@click="showAddErrorHandle = true,info = null" @click="showAddErrorHandle = true,info = null"
>新增误操作</el-button> >新增误操作</el-button>
</div> </div>
<div class="filterList"> <el-form class="filterList" label-position="top" size="small">
<div class=" columnCenter" style="margin-top:10px;"> <el-form-item label="角色名称" style="margin-bottom:15px;">
角色名称: <searchSelect :account-change="accountChange" style="width:100%;" placeholder="请输入角色名称" @result="selectResult" />
<searchSelect :account-change="accountChange" style="margin-left:4px;width:70%;" placeholder="请输入角色名称" @result="selectResult" /> </el-form-item>
</div> <el-form-item label="状态" style="margin-bottom:15px;">
<div class="rowFlex columnCenter" style="margin-top:10px;"> <el-select v-model="pay_type" clearable placeholder="状态" style="width:100%;" @change="payTypeResult">
<span style="margin-left:25px;margin-right:5px;">状态:</span>
<el-select v-model="pay_type" clearable placeholder="状态" style="width:70%;margin-bottom:10px;" @change="payTypeResult">
<el-option <el-option
v-for="item in statusList" v-for="item in statusList"
:key="item.value" :key="item.value"
...@@ -26,12 +24,11 @@ ...@@ -26,12 +24,11 @@
> >
</el-option> </el-option>
</el-select> </el-select>
</div> </el-form-item>
<div> <el-form-item label="创建时间" style="margin-bottom:15px;">
创建时间: <el-date-picker v-model="searchDate" type="daterange" clearable style="width:100%;" value-format="yyyy-MM-dd" range-separator="~" start-placeholder="开始日期" end-placeholder="结束日期" @change="dateResult"> </el-date-picker>
<el-date-picker v-model="searchDate" type="daterange" clearable style="width: 70%" value-format="yyyy-MM-dd" range-separator="~" start-placeholder="开始日期" end-placeholder="结束日期" @change="dateResult"> </el-date-picker> </el-form-item>
</div> </el-form>
</div>
<div class="list"> <div class="list">
<!-- 过滤条件 --> <!-- 过滤条件 -->
<!-- 订单列表 --> <!-- 订单列表 -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论