解决升级日志、APP版本、工单管理主列表页中 查询按钮不平齐样式问题
This commit is contained in:
parent
7d4274e445
commit
80a4be3472
|
|
@ -101,5 +101,9 @@
|
|||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// update-end--author:liaozhiyang---date:20230803---for:【QQYUN-5839】windi会影响到html2canvas绘制的图片样式
|
||||
.p-2 {
|
||||
padding: 14px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@
|
|||
position: relative;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
padding: 3px;
|
||||
// padding: 3px;
|
||||
}
|
||||
.jeecg-menu-item-active>.jeecg-menu{
|
||||
background: #FBFBFD;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24" style=" margin-top: 0.3%;">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
@ -265,7 +265,7 @@ async function setRangeQuery() {
|
|||
|
||||
.table-page-search-submitButtons {
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<JInput v-model:value="queryParam.updateTrips" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24" style=" margin-top: 0.3%;">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
@ -228,7 +228,7 @@ function searchReset() {
|
|||
|
||||
.table-page-search-submitButtons {
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
placeholder="请选工单状态" allow-clear />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24" style=" margin-top: 0.3%;">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||
|
|
@ -54,7 +54,8 @@
|
|||
<BasicTable @register="registerTable">
|
||||
<!--插槽:table标题-->
|
||||
<template #tableTitle>
|
||||
<span>说明:工单类型为<span style="color:red">【平台构建】</span>的工单信息,需要先创建<span style="color:red">【数据源管理】</span>后才能进行反馈,否则管理平台<span style="color:red">【初始化账号】</span>功能会失败。</span>
|
||||
<span>说明:工单类型为<span style="color:red">【平台构建】</span>的工单信息,需要先创建<span
|
||||
style="color:red">【数据源管理】</span>后才能进行反馈,否则管理平台<span style="color:red">【初始化账号】</span>功能会失败。</span>
|
||||
</template>
|
||||
<!--操作栏-->
|
||||
<template #action="{ record }">
|
||||
|
|
@ -224,7 +225,7 @@ function searchReset() {
|
|||
|
||||
.table-page-search-submitButtons {
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
@ -249,4 +250,3 @@ function searchReset() {
|
|||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue