|
@@ -229,15 +229,15 @@ onUnmounted(() => {
|
|
</div>
|
|
</div>
|
|
<img v-show="!isCompleted" class="xlts_img" src="../assets/scale/scale.png" />
|
|
<img v-show="!isCompleted" class="xlts_img" src="../assets/scale/scale.png" />
|
|
</div>
|
|
</div>
|
|
- <el-progress style="width: 860px;margin-left:170px" v-show="!isCompleted" :text-inside="true"
|
|
|
|
- :stroke-width="20" :percentage="(topicIndex / scaleList.length) * 100" color="#48D68E">
|
|
|
|
- <!-- <el-button type="success" :icon="Check" circle style='z-index: 10;' /> -->
|
|
|
|
- <span style="color:#000000">{{ topicIndex }}/{{ scaleList.length }}</span>
|
|
|
|
- </el-progress>
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div class="kply">
|
|
<div class="kply">
|
|
<div class="kply_inner" :style="{ border: isCompleted ? '8px solid #ffffff' : '8px solid #B2F2D2' }">
|
|
<div class="kply_inner" :style="{ border: isCompleted ? '8px solid #ffffff' : '8px solid #B2F2D2' }">
|
|
<div style="padding :10px 100px">
|
|
<div style="padding :10px 100px">
|
|
|
|
+ <el-progress v-show="!isCompleted" :text-inside="true" :stroke-width="20"
|
|
|
|
+ :percentage="(topicIndex / scaleList.length) * 100" color="#48D68E">
|
|
|
|
+ <span style="color:#000000">{{ topicIndex }}/{{ scaleList.length }}</span>
|
|
|
|
+ </el-progress>
|
|
<div v-if="scaleList.length > 0">
|
|
<div v-if="scaleList.length > 0">
|
|
<div class="scale_title">{{ topicIndex }}:{{ scaleList[topicIndex - 1].content }}</div>
|
|
<div class="scale_title">{{ topicIndex }}:{{ scaleList[topicIndex - 1].content }}</div>
|
|
|
|
|
|
@@ -275,7 +275,7 @@ onUnmounted(() => {
|
|
</template>
|
|
</template>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
:deep(.el-progress-bar__outer) {
|
|
:deep(.el-progress-bar__outer) {
|
|
- background-color: #ffffff;
|
|
|
|
|
|
+ background-color: #f3f3f3;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
height: 6px;
|
|
height: 6px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -301,9 +301,9 @@ onUnmounted(() => {
|
|
:deep(.el-radio-button__inner) {
|
|
:deep(.el-radio-button__inner) {
|
|
width: 100%;
|
|
width: 100%;
|
|
border-radius: 40px !important;
|
|
border-radius: 40px !important;
|
|
- margin-top: 20px;
|
|
|
|
- border: 10px solid #B2F2D2;
|
|
|
|
- border-left: 10px solid #B2F2D2 !important;
|
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ border: 4px solid #B2F2D2;
|
|
|
|
+ border-left: 4px solid #B2F2D2 !important;
|
|
padding: 10px 10px;
|
|
padding: 10px 10px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
@@ -314,13 +314,14 @@ onUnmounted(() => {
|
|
:deep(.el-radio-button__inner:hover) {
|
|
:deep(.el-radio-button__inner:hover) {
|
|
width: 100%;
|
|
width: 100%;
|
|
border-radius: 40px !important;
|
|
border-radius: 40px !important;
|
|
- margin-top: 20px;
|
|
|
|
- border: 10px solid #B2F2D2;
|
|
|
|
- border-left: 10px solid #B2F2D2 !important;
|
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ border: 4px solid #B2F2D2;
|
|
|
|
+ border-left: 4px solid #B2F2D2 !important;
|
|
padding: 10px 10px;
|
|
padding: 10px 10px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
+
|
|
color: #000000;
|
|
color: #000000;
|
|
background-color: #48D68E;
|
|
background-color: #48D68E;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
@@ -353,8 +354,6 @@ onUnmounted(() => {
|
|
// height: 100px;
|
|
// height: 100px;
|
|
width: 1200px;
|
|
width: 1200px;
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
.report_top {
|
|
.report_top {
|
|
width: 860px;
|
|
width: 860px;
|
|
margin-left: 170px;
|
|
margin-left: 170px;
|
|
@@ -363,7 +362,7 @@ onUnmounted(() => {
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
+ margin-bottom: 0px;
|
|
|
|
|
|
.xlts_img {
|
|
.xlts_img {
|
|
margin-right: 100px;
|
|
margin-right: 100px;
|
|
@@ -390,7 +389,7 @@ onUnmounted(() => {
|
|
|
|
|
|
.kply {
|
|
.kply {
|
|
width: 100%;
|
|
width: 100%;
|
|
- margin-top: 40px;
|
|
|
|
|
|
+ margin-top: 10px;
|
|
margin-bottom: 9px;
|
|
margin-bottom: 9px;
|
|
// width: 860px;
|
|
// width: 860px;
|
|
// background-color: #FAFAFA;
|
|
// background-color: #FAFAFA;
|