Commit e30b7463 authored by zhengke's avatar zhengke

no message

parent f1d44423
......@@ -314,4 +314,7 @@ page {
}
.text-light{
font-weight: 300;
}
.text-nowrap{
white-space: nowrap;
}
\ No newline at end of file
......@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj
// 获取行程团数据
const GetTripFiledData = async (status) =>{
if(queryObj.value.TempId&&!status&&!ConfigId.value) return
if(queryObj.value.TempId&&!status&&ConfigId.value!=0) return
const slidesData = slides.value
try {
let queryMsg = {
......
......@@ -18,8 +18,8 @@
@click="addTemplate()" style="color: #ffff;"></el-button>
</el-col>
</el-row>
<div class="q-mt-lg bg-white rounded" style="padding: 20px 20px 0 20px;">
<div class="row text-small items-center">
<div class="q-mt-lg bg-white rounded text-nowrap" style="padding: 20px 20px 0 20px;">
<div class="row text-small items-center" style="flex-wrap: wrap;">
<span style="margin-right: 50px;">适用线路:</span>
<el-check-tag :checked="queryObj.LineId == 0" @change="onLineChangeHandler(0)"
class="text-small q-mr-md">全部</el-check-tag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment