This commit is contained in:
landaiqing 2023-12-29 10:52:57 +08:00
parent a2648c6c16
commit 04a9f21d10
3 changed files with 15 additions and 15 deletions

View File

@ -101,18 +101,18 @@
placement="bottom"
width="200"
trigger="click"
:title="'【'+UrlObj.url+'】'+'状态检测'"
title="状态检测"
>
<div class="MyPopover"
v-loading="loading"
element-loading-text="拼命加载中"
element-loading-spinner="el-icon-loading"
element-loading-background="var(--theme-bg-color)">
<span> {{msg}}</span> <br>
<span>返回数据{{code}}</span><br>
<span> {{speed}}</span><br>
<span style="font-weight: bold"> {{msg}}</span> <br>
<span style="font-weight: bold">返回状态{{code}}</span><br>
<span style="font-weight: bold"> {{speed}}</span><br>
</div>
<i slot="reference" class="el-icon-star-on" id="little-Circle-content" style=" padding:5.5px; "></i>
<i slot="reference" class="el-icon-s-opportunity" id="little-Circle-content" style=" padding:5.5px; "></i>
</el-popover>
</div>
</div>

View File

@ -9,15 +9,15 @@
<el-col :span="24">
<el-button @click="openAddCategoryFun()" type="primary" plain size="medium" round >创建目录</el-button>
</el-col>
<el-col :span="24" style="margin-top:20px">
<el-input
placeholder="请输入内容"
v-model="searchCate"
clearable
style="width:200px">
</el-input>
<el-button type="success" plain size="medium" round style="margin-left:10px">查询目录</el-button>
</el-col>
<!-- <el-col :span="24" style="margin-top:20px">-->
<!-- <el-input-->
<!-- placeholder="请输入内容"-->
<!-- v-model="searchCate"-->
<!-- clearable-->
<!-- style="width:200px">-->
<!-- </el-input>-->
<!-- <el-button type="success" plain size="medium" round style="margin-left:10px">查询目录</el-button>-->
<!-- </el-col>-->
</el-row>
<el-table class="MyTable"
:data="List"

View File

@ -24,7 +24,7 @@
</div>
<div class="overlay-app"></div>
</div>
<div v-if="icp_info!==''" style="z-index: 9999;display: flex;flex-direction: row">
<div v-if="icp_info!==''" style="display: flex;flex-direction: row;margin-bottom: -30px">
<el-link style="color: var(--theme-color);" :underline="false" href="https://beian.miit.gov.cn/" target="_blank">备案号 </el-link>
<el-link style="color: var(--theme-color);" :underline="false" href="https://beian.miit.gov.cn/" target="_blank"> {{icp_info}}</el-link>
</div>