|
@@ -75,9 +75,10 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="site-title">
|
|
|
- <div class="site_Icon"></div>
|
|
|
- 影响因子
|
|
|
- <!-- <span @click="yzpz">配置</span> -->
|
|
|
+ <div class="siteCon">
|
|
|
+ <div class="site_Icon"></div>
|
|
|
+ <span>影响因子</span>
|
|
|
+ </div>
|
|
|
<el-button size="mini" @click="yzpz">配置</el-button>
|
|
|
</div>
|
|
|
<div class="treeDiv">
|
|
@@ -95,7 +96,7 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div class="bottomBtns">
|
|
|
- <span class="clearBtn" @click="reset">取消</span>
|
|
|
+ <span class="clearBtn" @click="reset">取消</span>
|
|
|
<span class="sureBtn" @click="submitData">确定</span>
|
|
|
</div>
|
|
|
<yxyzPop :dialogVisible="dialogVisible" :tableData="tableData"></yxyzPop>
|
|
@@ -409,7 +410,6 @@ export default {
|
|
|
submitData() {
|
|
|
this.$refs.ruleForm.validate((valid) => {
|
|
|
if (valid) {
|
|
|
-
|
|
|
// this.activeTabs = 'lsju'
|
|
|
// this.$emit('updateParent','activeTabs','lsju')
|
|
|
this.$emit("updateParent", "loading", true);
|
|
@@ -494,36 +494,37 @@ export default {
|
|
|
/deep/ .el-table {
|
|
|
background-color: transparent !important;
|
|
|
// border: none;
|
|
|
- color: #CDDEEB;
|
|
|
+ color: #cddeeb;
|
|
|
}
|
|
|
/deep/ .el-table--border {
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
/deep/ .el-table tr {
|
|
|
background-color: transparent !important;
|
|
|
- color: #CDDEEB;
|
|
|
- height: 43px ;
|
|
|
+ color: #cddeeb;
|
|
|
+ height: 43px;
|
|
|
}
|
|
|
/deep/ .el-table .el-table__cell {
|
|
|
background-color: transparent !important;
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
- /deeep/ .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
|
|
|
- border-bottom: 1px solid #667e8f7c !important;
|
|
|
-}
|
|
|
+ /deeep/ .el-table td.el-table__cell,
|
|
|
+ .el-table th.el-table__cell.is-leaf {
|
|
|
+ border-bottom: 1px solid #667e8f7c !important;
|
|
|
+ }
|
|
|
|
|
|
// 设置表头的颜色
|
|
|
/deep/.el-table thead tr > th {
|
|
|
width: 100%;
|
|
|
background-color: #0a2450;
|
|
|
- color: #CDDEEB;
|
|
|
+ color: #cddeeb;
|
|
|
border: none;
|
|
|
}
|
|
|
// 去除每行的边框
|
|
|
/deep/.el-table tbody tr > td {
|
|
|
// background-color: rgb(26,28,119);
|
|
|
- color: #CDDEEB;
|
|
|
+ color: #cddeeb;
|
|
|
border: none;
|
|
|
}
|
|
|
/deep/ .el-table thead {
|
|
@@ -547,5 +548,4 @@ export default {
|
|
|
/deep/ .el-form-item__error {
|
|
|
top: 32px !important;
|
|
|
}
|
|
|
-
|
|
|
</style>
|