微调
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<template>
|
||||
<div class="dialog" v-bind="dialogBig">
|
||||
<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
|
||||
style="width: 55%; margin-right: 15px;"
|
||||
style="width: 50%; margin-right: 15px;"
|
||||
:percentage="percentage"
|
||||
:color="customColors"/>
|
||||
|
||||
@@ -778,7 +781,7 @@ const updateCheckResult = (data: CheckData.ScriptChnItem) => {
|
||||
|
||||
const scrollToBottom = () => {
|
||||
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;
|
||||
|
||||
.timeView {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
color: #67c23a;;
|
||||
width: 25%;
|
||||
margin-left: 5px;
|
||||
width: 28%;
|
||||
margin-right: 0px;
|
||||
text-align: left;
|
||||
font-size: 26px;
|
||||
|
||||
Reference in New Issue
Block a user