Commit 333860b5 authored by youjie's avatar youjie

no message

parent 4f50f252
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
.HT_total p>span{ .HT_total p>span{
float: left; float: left;
display: inline-block; display: inline-block;
width: 33.33%; width: 25%;
} }
.TC_leftSearch>div{ .TC_leftSearch>div{
padding: 5px 0; padding: 5px 0;
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
<div class="groupTourOrder_count"> <div class="groupTourOrder_count">
<el-row :gutter="20"> <el-row :gutter="20">
<template v-for="(item,index) in SummaryList"> <template v-for="(item,index) in SummaryList">
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="6"> <el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="8">
<div class="groupTourOrder_count_item HT_total"> <div class="groupTourOrder_count_item HT_total">
<div> <div>
<span>{{item.CurrencyName}}</span> <span>{{item.CurrencyName}}</span>
......
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