| | |
| | | :element-loading-text="item.progressMsg"
|
| | | element-loading-background="rgba(0,0,0,.8)"
|
| | | >
|
| | | <i class="iconfont iconupdate" v-if="item.isUpgrade"></i>
|
| | | <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
|
| | | <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
|
| | | <div class="mask" v-if="!item.isDefault || item.isUpgrade">
|
| | | <div class="left-top">
|
| | | <div>当前版本:{{ item.version }}</div>
|
| | |
| | | :element-loading-text="item.progressMsg"
|
| | | element-loading-background="rgba(0,0,0,.8)"
|
| | | >
|
| | | <i class="iconfont iconupdate" v-if="item.isUpgrade"></i>
|
| | | <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
|
| | | <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
|
| | |
|
| | | <div class="mask">
|
| | | <div class="left-top">
|
| | | <div>当前版本:{{ item.version }}</div>
|
| | |
| | | />
|
| | | <img v-else class="baseImg" :src="item.icon" alt />
|
| | | </div>
|
| | | <div class="alg-name">
|
| | | <div class="alg-name" style="color:grey;">
|
| | | <div style="padding: 0px 10px 0px 10px">
|
| | | <span v-if="!item.isEdit">{{ item.name }}</span>
|
| | | <el-input
|
| | |
| | | element-loading-background="rgba(0,0,0,.8)"
|
| | | >
|
| | | <div class="mask">
|
| | | <el-button
|
| | | size="small"
|
| | | type="primary"
|
| | | class="bot-btn"
|
| | | <div class="left-top">
|
| | | <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
|
| | | </div>
|
| | | <!-- v-if="!item.isDefault" -->
|
| | | <div class="info-onmask" @click="checkDetail(item,'active')">查看详情</div>
|
| | | <div class="mask-btn">
|
| | | <el-button
|
| | | @click="downloadApp(item)"
|
| | | >安装</el-button>
|
| | | type="primary"
|
| | | size="small"
|
| | | class="bot-btn"
|
| | | >安装</el-button>
|
| | | </div>
|
| | | </div>
|
| | | <img
|
| | | v-if="item.iconBlob"
|
| | |
| | | :element-loading-text="item.progressMsg"
|
| | | element-loading-background="rgba(0,0,0,.8)"
|
| | | >
|
| | | <i class="iconfont iconupdate" v-if="item.isUpgrade"></i>
|
| | | <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
|
| | | <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
|
| | |
|
| | | <div class="mask" v-if="!item.isDefault || item.isUpgrade">
|
| | | <div class="left-top">
|
| | | <div>当前版本:{{ item.version }}</div>
|
| | |
| | | :element-loading-text="item.progressMsg"
|
| | | element-loading-background="rgba(0,0,0,.8)"
|
| | | >
|
| | | <i class="iconfont iconupdate" v-if="item.isUpgrade"></i>
|
| | | <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
|
| | | <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
|
| | |
|
| | | <div class="mask">
|
| | | <div class="left-top">
|
| | | <div>当前版本:{{ item.version }}</div>
|
| | |
| | | .el-tabs--border-card > .el-tabs__content {
|
| | | padding: 0 !important;
|
| | | overflow: auto !important;
|
| | | background-color: #1c364a;
|
| | | background-color: #fff;
|
| | | }
|
| | | .el-tabs__content {
|
| | | padding: 0 !important;
|
| | |
| | | }
|
| | | }
|
| | | .task-list {
|
| | | background: #1c364a;
|
| | | // background: #1c364a;
|
| | | background: #fff;
|
| | | padding: 20px;
|
| | | box-sizing: border-box;
|
| | |
|
| | |
| | | font-family: PingFangSC-Regular;
|
| | | font-size: 14px;
|
| | | letter-spacing: 0.05em;
|
| | | color: #fff;
|
| | | color: #333;
|
| | | // background-color: #ecf5ff;
|
| | | .el-input {
|
| | | position: relative;
|
| | |
| | | }
|
| | | }
|
| | | .willUpGrade {
|
| | | .update-icon {
|
| | | position: absolute;
|
| | | top: -8px;
|
| | | right: -8px;
|
| | | z-index: 999;
|
| | |
|
| | | }
|
| | | .iconupdate {
|
| | | color: #01e667;
|
| | | position: absolute;
|
| | |
| | | right: 5px;
|
| | | font-weight: 550;
|
| | | font-size: 26px;
|
| | | z-index: 999;
|
| | | }
|
| | | }
|
| | | &.uninstall {
|
| | |
| | | filter: grayscale(100%);
|
| | | }
|
| | | .alg-name {
|
| | | color: #ffffff;
|
| | | color: grey;
|
| | | }
|
| | | }
|
| | | }
|