This commit is contained in:
bb_pan 2025-11-25 18:41:10 +08:00
parent 7e285b007a
commit 77da66a42e
6 changed files with 8 additions and 8 deletions

View File

@ -172,7 +172,7 @@ export default {
width: 15%;
height: 54%;
position: absolute;
top: 21%;
top: 4%;
right: 2%;
}
.select-box {

View File

@ -58,7 +58,7 @@
</div>
</div>
<div class="bottom-explain">
<!-- <div>备注说明用装备包含于共享装备</div> -->
<!-- <div>备注说明用装备包含于共享装备</div> -->
</div>
</el-col>
</el-row>

View File

@ -63,7 +63,7 @@
<EquipStatus />
</div>
<div class="bottom-explain">
<div>备注说明用装备包含于共享装备</div>
<div>备注说明用装备包含于共享装备</div>
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
width="36%"
width="40%"
:modal="false"
class="dlg-box"
>
@ -13,7 +13,7 @@
<i class="close-btn" @click="dialogVisible = false" />
<div class="dlg-title">{{ title }}</div>
<div ref="category" style="height: 600px"></div>
<div ref="category" style="height: 650px"></div>
</div>
</el-dialog>
</div>
@ -182,7 +182,7 @@ export default {
background-image: url('../../img/right-dialog.png');
background-size: 100% 100%;
color: #fff;
height: 700px;
height: 800px;
}
::v-deep .el-dialog__header {
display: none;

View File

@ -448,7 +448,7 @@ export default {
.top-btns {
margin-top: 100px;
margin-left: -180px;
/* margin-left: -180px; */
display: flex;
justify-content: center;
.btn:not(:last-child) {

View File

@ -58,7 +58,7 @@
</div>
</div>
<div class="bottom-explainTwo">
<div>备注说明用装备包含于共享装备</div>
<div>备注说明用装备包含于共享装备</div>
</div>
</el-col>
</el-row>