mirror of
https://gitee.com/lxp135/minio-plus.git
synced 2025-12-06 08:58:25 +08:00
fix css&js sonar issue
This commit is contained in:
parent
37065f56c3
commit
6dbbeb4ff9
@ -38,17 +38,6 @@ body{
|
||||
height: 100%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.nav-body-item-so{
|
||||
border-radius: 40px;
|
||||
background:none;
|
||||
outline:none;
|
||||
border:none;
|
||||
height: 30px;
|
||||
text-indent: 10px;
|
||||
padding-right: 35px;
|
||||
background: #eee;
|
||||
width: 200px;
|
||||
}
|
||||
.item-search {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -31,11 +31,11 @@
|
||||
<span>执行过程:</span><textarea id="logstr" style="height: 300px;width: 600px;"></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<label>总计片数:{{partList.length}}</label>
|
||||
<span>总计片数:{{partList.length}}</span>
|
||||
<div v-for="(item,index) in partList" :style="{color:missChunkNumber === index ? 'red' : 'black'}">
|
||||
<label>第{{index + 1}}片:</label>
|
||||
<span>第{{index + 1}}片:</span>
|
||||
<br/>
|
||||
<label>{{item.url}}</label>
|
||||
<span>{{item.url}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user