Browse Source

优化

master
陈裕财 3 years ago
parent
commit
6760a2ae07
  1. 3
      src/styles/mdp.scss
  2. 11
      src/views/xm/core/xmTask/XmTaskMng.vue

3
src/styles/mdp.scss

@ -160,7 +160,10 @@
padding-top: 10px;
}
}
.more-label-font {
text-align: left;
float: left;
min-width: 100px;
}

11
src/views/xm/core/xmTask/XmTaskMng.vue

@ -72,12 +72,12 @@
<el-popover
placement="top-start"
title=""
title="更多查询条件或者操作"
width="400"
trigger="manual"
v-model="moreVisible"
>
<el-row style="margin-top:-10px;">
<el-row style="margin-top:-40px;">
<el-col :span="24">
<el-button style="float:right;"
icon="el-icon-close"
@ -273,7 +273,7 @@
></mdp-date-range>
</el-col>
<el-col :span="24" style="padding-top: 10px;">
<el-button
<el-button style="float:right;"
type="primary"
icon="el-icon-search"
@click="searchXmTasks"
@ -2279,11 +2279,6 @@ export default {
</script>
<style scoped>
.more-label-font {
text-align: center;
float: left;
padding-top: 5px;
}
.align-right {
float: right;
}

Loading…
Cancel
Save