Commit dda79ff0 by 张超军

全部人员库+全部案件库

parent 8180dc84
......@@ -61,6 +61,10 @@
}
}
/deep/.el-table th > .cell {
font-family: HarmonyOS_Sans_SC_Medium;
}
/deep/.el-table .el-table__cell {
padding: 0 !important;
}
......@@ -82,6 +86,38 @@
}
}
// 批量操作
.el-tag {
color: #055fe7 !important;
height: 32px;
box-sizing: border-box !important;
padding: 0 8px !important;
background: #ddebff;
border-radius: 4px;
font-size: 0.75rem;
margin-bottom: 16px;
display: flex;
align-items: center;
}
/deep/.el-link--inner {
color: rgb(5, 95, 231);
}
.icon-tanhao1 {
display: flex;
justify-content: center;
align-items: center;
}
// 表格高度 -- 展示下面的border
.split-line {
height: 650px;
border-bottom: 1px solid #eee;
}
// 复选框
/deep/.el-checkbox__inner {
cursor: pointer;
}
// 分页
/deep/.el-pager {
.number {
......
......@@ -1347,5 +1347,15 @@ export default {
}
}
}
/deep/.el-menu-item {
span, img {
cursor: pointer;
}
}
/deep/.el-submenu__title {
span, img {
cursor: pointer;
}
}
@import "@/assets/css/globalBase.scss";
</style>
\ No newline at end of file
......@@ -320,8 +320,6 @@
:underline="false"
:style="{
marginLeft: '1.25rem',
color: '#055FE7',
transform: 'translateY(-2px)',
}"
@click="toggleSelection()"
>清除</el-link>
......
......@@ -114,15 +114,18 @@
<span v-html="'&nbsp;&nbsp;'"></span>
<i
class="iconfont icon-tanhao1"
style="color: #055fe7; font-size: 16px; margin: 0 0.625rem;"
style="color: #055fe7; font-size: 1rem; margin: 0 0.625rem;"
></i>
已选择
<span style="color: #055fe7">{{ multipleSelection.length }}</span> 项​
<span v-html="'&nbsp;&nbsp;'"></span>
<span
class="clearCheck"
<el-link
type="primary"
:underline="false"
:style="{
marginLeft: '1.25rem',
}"
@click="toggleSelection()"
></span>
>清</el-link>
</el-tag>
<el-table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment