|
@@ -15,19 +15,29 @@
|
|
<view class="card" style="background-color: #4169E1;" v-if="current == 0">
|
|
<view class="card" style="background-color: #4169E1;" v-if="current == 0">
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
- <text class="card-title">今日评测数:</text>
|
|
|
|
- <text class="card-title" style="margin-left: 20rpx;">{{testData.length}}</text>
|
|
|
|
|
|
+ <text class="card-title">今日评测:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-title" style="margin-left: 20rpx;">{{testData.length}}</text>
|
|
|
|
+ <text class="card-title"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 36rpx;opacity: 0.8;">份</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
- <text class="card-subtitle">完成数量:</text>
|
|
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{testFinish}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle">已完成:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 36rpx;">{{testFinish}}</text>
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 30rpx;opacity: 0.8;">份</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{list[0].level}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 34rpx;">{{list[0].level}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -37,19 +47,29 @@
|
|
<view class="card" style="background-color: #ff8caf;" v-if="current == 1">
|
|
<view class="card" style="background-color: #ff8caf;" v-if="current == 1">
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
- <text class="card-title">今日作业数:</text>
|
|
|
|
- <text class="card-title" style="margin-left: 20rpx;">{{homeworkData.length}}</text>
|
|
|
|
|
|
+ <text class="card-title">今日作业:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-title" style="margin-left: 20rpx;">{{homeworkData.length}}</text>
|
|
|
|
+ <text class="card-title"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 36rpx;opacity: 0.8;">份</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
- <text class="card-subtitle">完成数量:</text>
|
|
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{homeworkFinish}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle">已完成:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 36rpx;">{{homeworkFinish}}</text>
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 30rpx;opacity: 0.8;">份</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{list[1].level}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 34rpx;">{{list[1].level}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -59,19 +79,29 @@
|
|
<view class="card" style="background-color: #f9c752;" v-if="current == 2">
|
|
<view class="card" style="background-color: #f9c752;" v-if="current == 2">
|
|
<view class="box">
|
|
<view class="box">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
- <text class="card-title">今日活动数:</text>
|
|
|
|
- <text class="card-title" style="margin-left: 20rpx;">{{activityData.length}}</text>
|
|
|
|
|
|
+ <text class="card-title">今日活动:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-title" style="margin-left: 20rpx;">{{activityData.length}}</text>
|
|
|
|
+ <text class="card-title"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 36rpx;opacity: 0.8;">例</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="box" style="margin: 10rpx 0 0 0;">
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
- <text class="card-subtitle">完成数量:</text>
|
|
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{activityFinish}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle">已完成:</text>
|
|
|
|
+ <view class="flex-line">
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 36rpx;">{{activityFinish}}</text>
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 10rpx;font-size: 30rpx;opacity: 0.8;">例</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="flex">
|
|
<view class="flex">
|
|
<view class="index-box"></view>
|
|
<view class="index-box"></view>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
<text class="card-subtitle">完成情况:</text>
|
|
- <text class="card-subtitle" style="margin-left: 20rpx;">{{list[2].level}}</text>
|
|
|
|
|
|
+ <text class="card-subtitle"
|
|
|
|
+ style="margin-left: 20rpx;font-size: 34rpx;">{{list[2].level}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -91,11 +121,13 @@
|
|
</view>
|
|
</view>
|
|
<view class="charts-box" v-if="current == 1">
|
|
<view class="charts-box" v-if="current == 1">
|
|
<qiun-data-charts type="fin-area" :chartData="assignment.homeworkData" :loadingType="4"
|
|
<qiun-data-charts type="fin-area" :chartData="assignment.homeworkData" :loadingType="4"
|
|
- :canvas2d='true' tooltipFormat='HomeworkPercent' canvasId='canvans0933511' :opts="{color:['#ff8caf']}"/>
|
|
|
|
|
|
+ :canvas2d='true' tooltipFormat='HomeworkPercent' canvasId='canvans0933511'
|
|
|
|
+ :opts="{color:['#ff8caf']}" />
|
|
</view>
|
|
</view>
|
|
<view class="charts-box" v-if="current == 2">
|
|
<view class="charts-box" v-if="current == 2">
|
|
<qiun-data-charts type="fin-area" :chartData="assignment.activityData" :loadingType="4"
|
|
<qiun-data-charts type="fin-area" :chartData="assignment.activityData" :loadingType="4"
|
|
- :canvas2d='true' tooltipFormat='HomeworkPercent' canvasId='canvans0531032' :opts="{color:['#f9c752']}"/>
|
|
|
|
|
|
+ :canvas2d='true' tooltipFormat='HomeworkPercent' canvasId='canvans0531032'
|
|
|
|
+ :opts="{color:['#f9c752']}" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 详情列表 -->
|
|
<!-- 详情列表 -->
|
|
@@ -120,14 +152,22 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view style=" display: flex; justify-content: space-between; width: 50%;">
|
|
<view style=" display: flex; justify-content: space-between; width: 50%;">
|
|
- <view class="block-tag-box" :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">{{item.examInfo.subjects[0].name}}</view>
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
+ {{item.examInfo.subjects[0].name}}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block-tag-box" :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">{{item.examInfo.examType.name}}</view>
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
+ {{item.examInfo.examType.name}}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block-tag-box" :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{borderColor: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.examInfo.progress === 'finish'? '#23b46c':'#4169E1'}">
|
|
{{item.examInfo.progress === 'finish' ? '已完成' : '进行中'}}
|
|
{{item.examInfo.progress === 'finish' ? '已完成' : '进行中'}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -147,7 +187,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view style="margin-bottom: 20rpx;">
|
|
- <view class="block-box" v-for="(item,i) in homeworkData" :key="i" @click="navSingleData(item)">
|
|
|
|
|
|
+ <view class="block-box" v-for="(item,i) in homeworkData" :key="i"
|
|
|
|
+ @click="navSingleData(item)">
|
|
<view class="index"
|
|
<view class="index"
|
|
:style="{backgroundColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
:style="{backgroundColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
</view>
|
|
</view>
|
|
@@ -156,12 +197,17 @@
|
|
|
|
|
|
<view style="display: flex;margin-left: 30rpx;align-items: center;">
|
|
<view style="display: flex;margin-left: 30rpx;align-items: center;">
|
|
<view class="list-item-title">{{item.work.name}}</view>
|
|
<view class="list-item-title">{{item.work.name}}</view>
|
|
- <view class="block-tag-box" :style="{marginLeft: 40+'rpx',borderColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">{{item.work.scope === 'private' ? '个人':'学校'}}作业
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{marginLeft: 40+'rpx',borderColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
+ {{item.work.scope === 'private' ? '个人':'学校'}}作业
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block-tag-box" :style="{marginLeft: 20+'rpx',borderColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{marginLeft: 20+'rpx',borderColor: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.work.progress === 'finish'? '#23b46c':'#ff8caf'}">
|
|
{{item.work.progress === 'finish' ? '已完成' : '进行中'}}
|
|
{{item.work.progress === 'finish' ? '已完成' : '进行中'}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -184,7 +230,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view style="margin-bottom: 20rpx;">
|
|
- <view class="block-box" v-for="(item,i) in activityData" :key="i" @click="navSingleData(item)">
|
|
|
|
|
|
+ <view class="block-box" v-for="(item,i) in activityData" :key="i"
|
|
|
|
+ @click="navSingleData(item)">
|
|
<view class="index"
|
|
<view class="index"
|
|
:style="{ backgroundColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
:style="{ backgroundColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
</view>
|
|
</view>
|
|
@@ -195,13 +242,17 @@
|
|
{{item.survey.name || item.vote.name}}
|
|
{{item.survey.name || item.vote.name}}
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="block-tag-box" :style="{ marginLeft: 40+'rpx',borderColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{ marginLeft: 40+'rpx',borderColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
{{item.survey.scope === 'private' ? '个人':'学校' || item.vote.scope === 'private' ? '个人':'学校'}}活动
|
|
{{item.survey.scope === 'private' ? '个人':'学校' || item.vote.scope === 'private' ? '个人':'学校'}}活动
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block-tag-box" :style="{ marginLeft: 20+'rpx',borderColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
- <view class="block-tag" :style="{color: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
|
|
+ <view class="block-tag-box"
|
|
|
|
+ :style="{ marginLeft: 20+'rpx',borderColor: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
|
|
+ <view class="block-tag"
|
|
|
|
+ :style="{color: item.survey.progress === 'finish' || item.vote.progress === 'finish'? '#23b46c':'#f9c752'}">
|
|
{{item.survey.progress === 'finish' || item.vote.progress === 'finish' ? '已完成' : '进行中'}}
|
|
{{item.survey.progress === 'finish' || item.vote.progress === 'finish' ? '已完成' : '进行中'}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -238,14 +289,17 @@
|
|
name: '评测详情',
|
|
name: '评测详情',
|
|
level: '',
|
|
level: '',
|
|
image: 'https://ouch-cdn2.icons8.com/yFl5NWU3aVehLBlQf9ctvnZPqtm5U0hqM3IzWvFDCaQ/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvNzY5/LzY1ZTQxZmZjLTg1/YWQtNDYyMi1hYzU0/LWQ3NDEzZmY2NGI1/YS5wbmc.png',
|
|
image: 'https://ouch-cdn2.icons8.com/yFl5NWU3aVehLBlQf9ctvnZPqtm5U0hqM3IzWvFDCaQ/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvNzY5/LzY1ZTQxZmZjLTg1/YWQtNDYyMi1hYzU0/LWQ3NDEzZmY2NGI1/YS5wbmc.png',
|
|
|
|
+ // image: 'https://ouch-cdn2.icons8.com/Fc-Mi2ntM_Ixcp_lS3XI6bUS2YaAyfiX2vlyWGtt7lU/rs:fit:1186:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9zdmcvOTk1/L2FkZjRlMGQzLTg3/N2ItNGMwYy04ZjY5/LWQxODUwOGRjMWMy/NC5zdmc.png'
|
|
}, {
|
|
}, {
|
|
name: '作业详情',
|
|
name: '作业详情',
|
|
level: '',
|
|
level: '',
|
|
image: 'https://ouch-cdn2.icons8.com/AVOwJ9emg_ZOeHvQaunQAZlgeLsG-b1cGhiYvgoJ06g/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvNTAw/LzI5YjU1YWQ4LWMw/YTEtNDE1MS1iYmQw/LWIyMDdhYmRkOTE0/Mi5wbmc.png',
|
|
image: 'https://ouch-cdn2.icons8.com/AVOwJ9emg_ZOeHvQaunQAZlgeLsG-b1cGhiYvgoJ06g/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvNTAw/LzI5YjU1YWQ4LWMw/YTEtNDE1MS1iYmQw/LWIyMDdhYmRkOTE0/Mi5wbmc.png',
|
|
|
|
+ // image: 'https://ouch-cdn2.icons8.com/HHFusNSROgWCPTuBkHHGmsnUa6MIJA1AxYfCtXQg310/rs:fit:1094:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9zdmcvMzYx/LzlhM2NmMWQzLTg5/NTgtNDNmMi1hYTc1/LTk5NmY0M2U2NTc4/MC5zdmc.png'
|
|
}, {
|
|
}, {
|
|
name: '活动详情',
|
|
name: '活动详情',
|
|
level: '',
|
|
level: '',
|
|
image: 'https://ouch-cdn2.icons8.com/LW70TMgW1cGfYeGNSTEp7__kiKVgIhwdZwUmykdLYMY/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvOTI0/LzU3MWU4ZDZkLTg0/NzEtNGM5YS04MDJk/LTEzNTM5YmZmZTM2/YS5wbmc.png',
|
|
image: 'https://ouch-cdn2.icons8.com/LW70TMgW1cGfYeGNSTEp7__kiKVgIhwdZwUmykdLYMY/rs:fit:912:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvOTI0/LzU3MWU4ZDZkLTg0/NzEtNGM5YS04MDJk/LTEzNTM5YmZmZTM2/YS5wbmc.png',
|
|
|
|
+ // image: 'https://ouch-cdn2.icons8.com/2OQwTztN6Gf0XXjbHCAS3a1Qa9CWEr2EG759oTb7MFM/rs:fit:1216:912/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9zdmcvNzgw/LzdhNTk3OThlLTU2/ZmEtNGY3OC05Mjdm/LTRhMmQ0NWNhOWY3/MC5zdmc.png'
|
|
}],
|
|
}],
|
|
//当前模块
|
|
//当前模块
|
|
current: 0,
|
|
current: 0,
|
|
@@ -281,7 +335,7 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
...mapMutations('m_chart', ['updateTestArea', 'updateHomeworkArea', 'updateActivityArea']),
|
|
...mapMutations('m_chart', ['updateTestArea', 'updateHomeworkArea', 'updateActivityArea']),
|
|
- ...mapMutations('m_children', ['updateDetailList','updateDetail']),
|
|
|
|
|
|
+ ...mapMutations('m_children', ['updateDetailList', 'updateDetail']),
|
|
//初始化页面
|
|
//初始化页面
|
|
init() {
|
|
init() {
|
|
this.timeStamp = (new Date()).format("hh:mm")
|
|
this.timeStamp = (new Date()).format("hh:mm")
|
|
@@ -366,7 +420,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//导航到单条数据页面
|
|
//导航到单条数据页面
|
|
- navSingleData(item){
|
|
|
|
|
|
+ navSingleData(item) {
|
|
if (this.current === 0) {
|
|
if (this.current === 0) {
|
|
this.updateDetail(item)
|
|
this.updateDetail(item)
|
|
console.log(item);
|
|
console.log(item);
|
|
@@ -508,6 +562,7 @@
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
width: 10rpx;
|
|
width: 10rpx;
|
|
border-radius: 100rpx;
|
|
border-radius: 100rpx;
|
|
|
|
+ margin-left: 10rpx;
|
|
}
|
|
}
|
|
|
|
|
|
//图表
|
|
//图表
|
|
@@ -533,4 +588,9 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin: 0 5rpx 0 auto;
|
|
margin: 0 5rpx 0 auto;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .flex-line {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: baseline;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|