Commit 01018a2c authored by youjie's avatar youjie

no message

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