微调
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="dialog" v-bind="dialogBig">
|
<div class="dialog" v-bind="dialogBig">
|
||||||
<div class="dialog-title">
|
<div class="dialog-title">
|
||||||
<div class="timeView">检测用时:{{ timeView }}</div>
|
<div class="timeView">
|
||||||
|
<el-icon style="margin: 0px 5px;"><Clock /></el-icon>
|
||||||
|
<span>检测用时:{{ timeView }}</span>
|
||||||
|
</div>
|
||||||
<el-progress
|
<el-progress
|
||||||
style="width: 55%; margin-right: 15px;"
|
style="width: 50%; margin-right: 15px;"
|
||||||
:percentage="percentage"
|
:percentage="percentage"
|
||||||
:color="customColors"/>
|
:color="customColors"/>
|
||||||
|
|
||||||
@@ -778,7 +781,7 @@ const updateCheckResult = (data: CheckData.ScriptChnItem) => {
|
|||||||
|
|
||||||
const scrollToBottom = () => {
|
const scrollToBottom = () => {
|
||||||
if (scrollContainerRef.value) {
|
if (scrollContainerRef.value) {
|
||||||
scrollContainerRef.value.scrollTop = scrollContainerRef.value.scrollHeight-50;
|
scrollContainerRef.value.scrollTop = scrollContainerRef.value.scrollHeight+70;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1455,9 +1458,11 @@ onBeforeUnmount(() => {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
.timeView {
|
.timeView {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
color: #67c23a;;
|
color: #67c23a;;
|
||||||
width: 25%;
|
width: 28%;
|
||||||
margin-left: 5px;
|
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
|||||||
Reference in New Issue
Block a user