颜色调整
This commit is contained in:
parent
efa39c906d
commit
851a6218de
|
|
@ -24,7 +24,7 @@ $font-size-icon: 20px;
|
|||
$font-size-button-text: 10px;
|
||||
|
||||
// 主色调
|
||||
// $color-primary: #409EFF;
|
||||
// $color-primary: #1A77FF;
|
||||
$color-primary: #fff;
|
||||
$color-primary-border: #388bdd;
|
||||
// 表单标签背景颜色
|
||||
|
|
@ -172,10 +172,10 @@ $table-content-color: #000;
|
|||
|
||||
// tab的选中状态样式
|
||||
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
|
||||
border-bottom: 2px solid #3296FA!important;
|
||||
border-bottom: 2px solid #1A77FF!important;
|
||||
}
|
||||
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
|
||||
border-bottom: 2px solid #3296FA!important;
|
||||
border-bottom: 2px solid #1A77FF!important;
|
||||
}
|
||||
.el-tabs__item,.el-table {
|
||||
font-size: 16px!important;
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ export default {
|
|||
cursor: pointer;
|
||||
// letter-spacing: 0;
|
||||
color:white;
|
||||
background-color: #409EFF;// 要改
|
||||
background-color: #1A77FF;// 要改
|
||||
}
|
||||
.controller>div.left:active,.controller>div.right:active{
|
||||
opacity: .8;;
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
content: '查看附件';
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
color: #409eff;
|
||||
color: #1A77FF;
|
||||
left: 400px;
|
||||
}
|
||||
}
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
content: '删除';
|
||||
display: inline-block;
|
||||
line-height: 2.8;
|
||||
color: #409eff;
|
||||
color: #1A77FF;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
color: #606266!important;
|
||||
}
|
||||
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{
|
||||
background-color: #409EFF!important;
|
||||
border-color: #409EFF!important;
|
||||
background-color: #1A77FF!important;
|
||||
border-color: #1A77FF!important;
|
||||
}
|
||||
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{
|
||||
border-color: #FFF!important;
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
color: #606266!important;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner{
|
||||
background-color: #409EFF!important;
|
||||
border-color: #409EFF!important;
|
||||
background-color: #1A77FF!important;
|
||||
border-color: #1A77FF!important;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner::after{
|
||||
border-color: #FFF!important;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* 改变主题色变量 */
|
||||
$--color-primary: #3296fa;
|
||||
$--color-primary: #1A77FF;
|
||||
|
||||
/* 改变 icon 字体路径变量,必需 */
|
||||
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||||
|
|
|
|||
|
|
@ -1,25 +1,38 @@
|
|||
// sidebar
|
||||
//原始样式
|
||||
// $menuText:#ffffff;
|
||||
// $menuActiveText:#409EFF;
|
||||
// $menuActiveText:#1A77FF;
|
||||
// $subMenuActiveText:#f4f4f5; //https://github.com/ElemeFE/element/issues/12951
|
||||
$menuText:#000;
|
||||
$menuActiveText:#1890FF;
|
||||
$subMenuActiveText:#1890FF; //https://github.com/ElemeFE/element/issues/12951
|
||||
$themePrimary:#1A77FF;
|
||||
$themeSuccess:#00AF92;
|
||||
$themeAssist:#6057FF;
|
||||
$themeWarning:#FF842C;
|
||||
$themeDanger:#FF5252;
|
||||
$titleColor:#1A202A;
|
||||
$textColor:#242B37;
|
||||
$textAssistColor:#526B94;
|
||||
$textSecondaryColor:#6C747B;
|
||||
$tableHeaderBg:#E0EEFF;
|
||||
$borderColor:#9CB3CF;
|
||||
$dividerColor:#EBEEF6;
|
||||
|
||||
$menuText:$textColor;
|
||||
$menuActiveText:$themePrimary;
|
||||
$subMenuActiveText:$themePrimary; //https://github.com/ElemeFE/element/issues/12951
|
||||
|
||||
// $menuBg:#304156;
|
||||
// $menuHover:#263445;
|
||||
$menuBg:#fff;
|
||||
$menuHover:#e6f7ff;
|
||||
$menuHover:$tableHeaderBg;
|
||||
|
||||
// $subMenuBg:#1f2d3d;
|
||||
// $subMenuHover:#001528;
|
||||
$subMenuBg:#fff;
|
||||
$subMenuHover:#e6f7ff;
|
||||
$subMenuHover:$tableHeaderBg;
|
||||
|
||||
//亮白左菜主题
|
||||
// $menuText:#595959; //一级菜单字体颜色
|
||||
// $menuActiveText:#409EFF; //激活字体颜色
|
||||
// $menuActiveText:#1A77FF; //激活字体颜色
|
||||
// $subMenuActiveText:#595959; //子级菜单字体颜色
|
||||
|
||||
// $menuBg:#eef1f6; //一级背景
|
||||
|
|
@ -30,7 +43,7 @@ $subMenuHover:#e6f7ff;
|
|||
|
||||
$sideBarWidth: 210px;//左菜单宽度
|
||||
|
||||
$BGColor: #f4f8f9;
|
||||
$BGColor: #FEFEFE;
|
||||
|
||||
// the :export directive is the magic sauce for webpack
|
||||
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ export default {
|
|||
margin: 0 auto;
|
||||
text-align: center;
|
||||
font-size: 60px;
|
||||
color: #409eff;
|
||||
color: #1A77FF;
|
||||
font-weight: 600;
|
||||
margin-bottom: 50px;
|
||||
font-style: italic;
|
||||
|
|
@ -55,7 +55,7 @@ export default {
|
|||
height: 33em;
|
||||
font-size: 10px;
|
||||
position: relative;
|
||||
color: #409eff;
|
||||
color: #1A77FF;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
@ -163,7 +163,7 @@ export default {
|
|||
position: absolute;
|
||||
width: 4em;
|
||||
height: 1.4em;
|
||||
background-color: #409eff;
|
||||
background-color: #1A77FF;
|
||||
bottom: 0;
|
||||
left: -1.6em;
|
||||
border-radius: 1em 80% 0.4em 0.4em;
|
||||
|
|
|
|||
|
|
@ -73,10 +73,10 @@
|
|||
<!-- </el-col>-->
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px;width: 600px">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -67,10 +67,10 @@
|
|||
<el-row>
|
||||
<el-col :span="11" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -87,10 +87,10 @@
|
|||
<!-- </el-col>-->
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px;width: 600px">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -72,10 +72,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -615,8 +615,8 @@
|
|||
文书
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<el-link v-if="isAgreeRepair === '0'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #409EFF" @click="openDialog('noCreidtRepair')">不予信用修复决定书</el-link>
|
||||
<el-link v-if="isAgreeRepair === '1'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #409EFF" @click="openDialog('creidtRepair')">准予信用修复决定书</el-link>
|
||||
<el-link v-if="isAgreeRepair === '0'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #1A77FF" @click="openDialog('noCreidtRepair')">不予信用修复决定书</el-link>
|
||||
<el-link v-if="isAgreeRepair === '1'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #1A77FF" @click="openDialog('creidtRepair')">准予信用修复决定书</el-link>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -1853,8 +1853,8 @@ div.submit-btn-box{
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -73,10 +73,10 @@
|
|||
<!-- </el-col>-->
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px;width: 600px">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -66,10 +66,10 @@
|
|||
<el-row>
|
||||
<el-col :span="11" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@
|
|||
<el-collapse-item title="拟注销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟注销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">
|
||||
<span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>
|
||||
<span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -552,7 +552,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -8059,8 +8059,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -8082,7 +8082,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<el-collapse-item title="拟注销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟注销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<!-- <div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">-->
|
||||
<!-- <span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>-->
|
||||
<!-- <span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>-->
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -6062,8 +6062,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -6085,7 +6085,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<el-collapse-item title="拟注销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟注销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<!-- <div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">-->
|
||||
<!-- <span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>-->
|
||||
<!-- <span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>-->
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -5994,8 +5994,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -6017,7 +6017,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<el-collapse-item title="拟注销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟注销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<!-- <div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">-->
|
||||
<!-- <span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>-->
|
||||
<!-- <span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>-->
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -5994,8 +5994,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -6017,7 +6017,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<el-collapse-item title="拟注销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟注销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<!-- <div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">-->
|
||||
<!-- <span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>-->
|
||||
<!-- <span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>-->
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -276,7 +276,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -6062,8 +6062,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -6085,7 +6085,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
@import "~@/styles/abnormal-handle";
|
||||
.ent-name-link {
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
|
|
@ -108,10 +108,10 @@
|
|||
<!-- <el-row>-->
|
||||
<!-- <el-col :span="12" :offset="1">-->
|
||||
<!-- <div class="btn-box">-->
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">-->
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">-->
|
||||
<!-- 展开<i class="el-icon-d-arrow-right" />-->
|
||||
<!-- </span>-->
|
||||
<!-- <span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">-->
|
||||
<!-- <span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">-->
|
||||
<!-- <i class="el-icon-d-arrow-left" />隐藏-->
|
||||
<!-- </span>-->
|
||||
<!-- <el-button type="primary" size="mini" @click="search">查询</el-button>-->
|
||||
|
|
@ -478,7 +478,7 @@
|
|||
<el-table-column prop="uniscid" label="统一社会信用代码/注册号" min-width="120" align="left">
|
||||
<template slot-scope="scope">
|
||||
<!-- <router-link-->
|
||||
<!-- style="color: #409EFF"-->
|
||||
<!-- style="color: #1A77FF"-->
|
||||
<!-- :to="{path:'/comprehensive/details',query:{ pripid: scope.row.pripid }}"-->
|
||||
<!-- >-->
|
||||
<!-- {{ scope.row.uniscid }}-->
|
||||
|
|
|
|||
|
|
@ -1828,8 +1828,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -1851,7 +1851,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<!-- <el-collapse-item title="虚假地址注册主体名单" name="1">-->
|
||||
<!-- <template slot="title">-->
|
||||
<!-- <span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">虚假地址注册主体名单</span>-->
|
||||
<!-- <label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>-->
|
||||
<!-- <label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>-->
|
||||
<!-- </template>-->
|
||||
<!-- <el-tabs v-model="collapseTabActiveName" type="card" @tab-click="handleTopTabClick" name="first">-->
|
||||
<!-- -->
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<el-table-column prop="entname" :show-overflow-tooltip="true" label="主体名称" min-width="100" align="left">
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- <span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>-->
|
||||
<!-- <span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>-->
|
||||
<!-- <span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>-->
|
||||
<!-- </template>-->
|
||||
</el-table-column>
|
||||
<el-table-column prop="lerep" label="法定代表人" min-width="50" align="left" />
|
||||
|
|
@ -1542,8 +1542,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -1565,7 +1565,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<el-table-column prop="uscc" label="统一社会信用代码/注册号" min-width="120" align="left">
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
style="color: #409EFF"
|
||||
style="color: #1A77FF"
|
||||
:to="{path:'/comprehensive/details',query:{ pripid: scope.row.pripid }}"
|
||||
>
|
||||
{{ scope.row.uscc }}
|
||||
|
|
|
|||
|
|
@ -63,10 +63,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -149,10 +149,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -461,7 +461,7 @@ export default {
|
|||
padding: 10pt;
|
||||
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,10 +97,10 @@
|
|||
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button size="mini" type="primary" :loading="loading" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -335,7 +335,7 @@ export default {
|
|||
// font-weight: bold; /* 文字加粗 */
|
||||
font-size: 14px; /* 字体大小 */
|
||||
border-color: #8CC3FB;
|
||||
// border-top: 2px solid #409eff; /* 上边框 */
|
||||
// border-top: 2px solid #1A77FF; /* 上边框 */
|
||||
height: 50px; /* 行高 */
|
||||
text-align: center; /* 文字居中 */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1257,8 +1257,8 @@ div.submit-btn-box{
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ export default {
|
|||
padding: 10pt;
|
||||
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,10 +93,10 @@
|
|||
</el-row>
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button size="mini" type="primary" :loading="loading" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -976,7 +976,7 @@ export default {
|
|||
line-height: 28px;
|
||||
}
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ export default {
|
|||
line-height: 28px;
|
||||
}
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ export default {
|
|||
padding: 10pt;
|
||||
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ export default {
|
|||
padding: 10pt;
|
||||
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -420,8 +420,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -352,8 +352,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -359,8 +359,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -371,8 +371,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -447,8 +447,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -364,8 +364,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -371,8 +371,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -373,8 +373,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -429,8 +429,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -356,8 +356,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -363,8 +363,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -359,8 +359,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -397,8 +397,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1325,8 +1325,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1185,8 +1185,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -1201,8 +1201,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -1207,8 +1207,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1185,8 +1185,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -1201,8 +1201,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -387,8 +387,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1325,8 +1325,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1185,8 +1185,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -1201,8 +1201,8 @@ $font-size-label:#666;
|
|||
color: unset;
|
||||
}
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: #409EFF;
|
||||
border-color: #409EFF;
|
||||
background-color: #1A77FF;
|
||||
border-color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -102,10 +102,10 @@
|
|||
</el-row>
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" :loading="loading" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -863,7 +863,7 @@ export default {
|
|||
}
|
||||
|
||||
.ent-name-link {
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
|
|
@ -47,10 +47,10 @@
|
|||
<el-row style="margin-bottom:10px">
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -54,10 +54,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -52,10 +52,10 @@
|
|||
</el-col>
|
||||
<el-col :span="11" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -47,10 +47,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
style="color: #409EFF"
|
||||
style="color: #1A77FF"
|
||||
:to="{path:'/comprehensive/details',query:{ pripid: scope.row.pripid }}"
|
||||
>
|
||||
{{ scope.row.uniscid }}
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ export default {
|
|||
line-height: 28px;
|
||||
}
|
||||
.arrow{
|
||||
color: #3296FA;
|
||||
color: #1A77FF;
|
||||
cursor: pointer;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
style="color: #409EFF"
|
||||
style="color: #1A77FF"
|
||||
:to="{path:'/comprehensive/details',query:{ pripid: scope.row.pripid }}"
|
||||
>
|
||||
{{ scope.row.uniscid }}
|
||||
|
|
|
|||
|
|
@ -327,10 +327,10 @@
|
|||
<el-col :span="4">
|
||||
<div class="func-box">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" icon="el-icon-search" size="small" @click="submitSearch2">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -55,10 +55,10 @@
|
|||
<el-row class="mb10">
|
||||
<el-col :span="4" :offset="1">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button size="mini" type="primary" icon="el-icon-search" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -44,10 +44,10 @@
|
|||
</el-col>
|
||||
<el-col :span="6" :offset="2">
|
||||
<div class="btn-box" style="text-align:center">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button size="mini" type="primary" icon="el-icon-search" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@
|
|||
<el-row class="mb10">
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMore = true">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMore = true">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMore = false">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMore = false">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -191,10 +191,10 @@
|
|||
<el-row>
|
||||
<el-col :offset="1" :span="6">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -254,8 +254,8 @@
|
|||
<el-row v-if="punishInfo.isAccept === '1'" class="bt0 flex-row">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="文书">
|
||||
<el-link v-if="punishInfo.isAgreeRepair === '0'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #409EFF" @click="openDialog('noCreidtRepair')">不予信用修复决定书</el-link>
|
||||
<el-link v-else-if="punishInfo.isAgreeRepair === '1'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #409EFF" @click="openDialog('creidtRepair')">准予信用修复决定书</el-link>
|
||||
<el-link v-if="punishInfo.isAgreeRepair === '0'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #1A77FF" @click="openDialog('noCreidtRepair')">不予信用修复决定书</el-link>
|
||||
<el-link v-else-if="punishInfo.isAgreeRepair === '1'" type="primary" :underline="false" style="font-size: unset;border-bottom:1px solid #1A77FF" @click="openDialog('creidtRepair')">准予信用修复决定书</el-link>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@
|
|||
<el-collapse-item title="拟吊销名单" name="1">
|
||||
<template slot="title">
|
||||
<span style="margin-left: 20px;font-weight: bolder;font-size: 22px;flex-shrink: 0;">拟吊销名单</span>
|
||||
<label style="font-size: 16px;color: #409EFF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<label style="font-size: 16px;color: #1A77FF;flex-shrink: 0;">(点击查看名单)</label>
|
||||
<div v-if="hearingPublishLeftDay !== null && bizStatus === '10' " style="display: flex;line-height: 20px">
|
||||
<span style="margin-left: 10px;font-size: 16px;flex-shrink: 0;">提示:</span>
|
||||
<span v-if="(deadlineDays - hearingPublishLeftDay) > 0" style="color: red;margin-left: 10px;font-size: 16px">听证告知书已在{{ hearingPublishDate }}发出,公告期满{{ deadlineDays }}天后视为送达。(剩余{{ deadlineDays - hearingPublishLeftDay }}天)</span>
|
||||
|
|
@ -386,7 +386,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -686,7 +686,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.isRemove === '1'" style="color: red;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #3296fa;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
<span v-else style="color: #1A77FF;text-decoration:underline;cursor:pointer" @click="seeDetail(scope.row)">{{ scope.row.entname }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -8259,8 +8259,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
@ -8282,7 +8282,7 @@ export default {
|
|||
.writName{
|
||||
.el-link.el-link--primary {
|
||||
font-size: medium;
|
||||
color: #409EFF;
|
||||
color: #1A77FF;
|
||||
}
|
||||
}
|
||||
.el-dialog__header{
|
||||
|
|
|
|||
|
|
@ -2140,8 +2140,8 @@ export default {
|
|||
color: unset;
|
||||
}
|
||||
.step-btn:hover{
|
||||
color: #409EFF;
|
||||
border-bottom: 1px solid #409EFF;
|
||||
color: #1A77FF;
|
||||
border-bottom: 1px solid #1A77FF;
|
||||
}
|
||||
.step-btn.is-disabled:hover{
|
||||
color: #C0C4CC;
|
||||
|
|
|
|||
|
|
@ -55,10 +55,10 @@
|
|||
<el-row class="mb10">
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button size="mini" type="primary" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -46,10 +46,10 @@
|
|||
<el-row>
|
||||
<el-col :span="12" :offset="1">
|
||||
<div class="btn-box">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<!-- <span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer;font-size: 16px;" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span> -->
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
<el-row>
|
||||
<el-col :span="6" :offset="1">
|
||||
<div class="btn-box" style="font-size: 14px">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="!showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
展开<i class="el-icon-d-arrow-right" />
|
||||
</span>
|
||||
<span v-if="showMore" style="margin-right:20px;color:#409EFF;cursor:pointer" @click="showMoreCriteria">
|
||||
<span v-if="showMore" style="margin-right:20px;color:#1A77FF;cursor:pointer" @click="showMoreCriteria">
|
||||
<i class="el-icon-d-arrow-left" />隐藏
|
||||
</span>
|
||||
<el-button type="primary" size="mini" @click="search">查询</el-button>
|
||||
|
|
|
|||
|
|
@ -451,7 +451,7 @@ export default {
|
|||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
.header{
|
||||
background: linear-gradient(135deg, #409EFF 0%, #337ecc 100%);
|
||||
background: linear-gradient(135deg, #1A77FF 0%, #1773FF 100%);
|
||||
color: white;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue