Commit 01018a2c authored by youjie's avatar youjie

no message

parent 4aefd767
<template> <template>
<view class="classList-box"> <view class="classList-box">
<view class="classList-content-box" v-for="(i,indexs) in classList" :key="indexs"> <view class="classList-content-box" v-for="(i,indexs) in classList" :key="indexs">
<template v-if="i.SubList.length>0">
<view class="content-time"> <view class="content-time">
<view class="time-Wire"> <view class="time-Wire">
<view class="time-round"></view> <view class="time-round"></view>
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
<van-button square type="danger" custom-style="height:100%;">删除</van-button> <van-button square type="danger" custom-style="height:100%;">删除</van-button>
</view> </view>
</van-swipe-cell> </van-swipe-cell>
</template>
</view> </view>
</view> </view>
</template> </template>
...@@ -80,7 +82,6 @@ ...@@ -80,7 +82,6 @@
} }
onMounted(() => { onMounted(() => {
}) })
return { return {
...toRefs(data), ...toRefs(data),
......
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
display: flex; display: flex;
} }
.header-title{ .header-title{
width: 110rpx; width: 102rpx;
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -371,7 +371,7 @@ ...@@ -371,7 +371,7 @@
margin-left: 2rpx; margin-left: 2rpx;
} }
.header-week{ .header-week{
width: 87rpx; width: 90rpx;
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
let arr = [] let arr = []
data.dataList = res.Data data.dataList = res.Data
data.dataList.forEach((item,index)=>{ data.dataList.forEach((item,index)=>{
item.SubList.sort((a,b)=>a.Sort-b.Sort)
item.SubList.forEach(i=>{ item.SubList.forEach(i=>{
arr.push(i) arr.push(i)
}) })
...@@ -415,9 +416,6 @@ ...@@ -415,9 +416,6 @@
margin-right: 5rpx; margin-right: 5rpx;
margin-bottom: 5rpx; margin-bottom: 5rpx;
} }
.titleHeader-mark view:last-child{
margin-right: 0;
}
.titleHeader-mark view.activeOne{ .titleHeader-mark view.activeOne{
background: #FC952A; background: #FC952A;
} }
......
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