|
|
@@ -116,16 +116,16 @@
|
|
|
</div>
|
|
|
<template v-if="boxType == 0">
|
|
|
<template v-if="selectedData.length">
|
|
|
- <div class="action_btn action_btn2" @click="resetPassword">
|
|
|
+ <div class="action_btn action_btn2 action_btn3" @click="resetPassword">
|
|
|
<i class="el-icon-lock"></i>
|
|
|
重置密码
|
|
|
</div>
|
|
|
- <div class="action_btn action_btn2" @click="moveSelStu">
|
|
|
+ <div class="action_btn action_btn2 action_btn3" @click="moveSelStu">
|
|
|
<i class="el-icon-rank"></i>
|
|
|
移动
|
|
|
</div>
|
|
|
<div
|
|
|
- class="action_btn"
|
|
|
+ class="action_btn action_btn4"
|
|
|
style="background: #ff4d4f; color: #fff"
|
|
|
@click="removeSelStu"
|
|
|
>
|
|
|
@@ -1738,7 +1738,7 @@ export default {
|
|
|
<style scoped>
|
|
|
|
|
|
.sortImg{
|
|
|
- width: 30px;
|
|
|
+ height: 32px;
|
|
|
background: #F4F4F4;
|
|
|
padding: 5px;
|
|
|
box-sizing: border-box;
|
|
|
@@ -1798,8 +1798,8 @@ export default {
|
|
|
width: 150px;
|
|
|
}
|
|
|
.topbox_area >>> .el-input__inner {
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
width: 150px;
|
|
|
}
|
|
|
.topbox_area >>> .el-input__icon {
|
|
|
@@ -1817,7 +1817,8 @@ export default {
|
|
|
background: #E7EAF0;
|
|
|
}
|
|
|
.tabList >>> .el-table__body-wrapper{
|
|
|
- border-radius: 8px;
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
/* 针对整个表格添加圆角 */
|
|
|
/* .tabList >>> .el-table__body tbody tr:first-child td:first-child {
|
|
|
@@ -1860,13 +1861,25 @@ export default {
|
|
|
gap: 5px;
|
|
|
cursor: pointer;
|
|
|
background: #f6f6f6;
|
|
|
- padding: 7px 15px;
|
|
|
+ padding: 0px 15px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
box-sizing: border-box;
|
|
|
font-size: 14px;
|
|
|
- border-radius: 5px;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+.action_btn3:hover {
|
|
|
+ background: #1b6df0;
|
|
|
+ border-color: #1b6df0;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.action_btn4:hover {
|
|
|
+ background: #f57e6b !important;
|
|
|
+ border-color: #f57e6b !important;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.action_btn2 {
|
|
|
- background: #0052d9;
|
|
|
+ background: #3370FF;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.page_box {
|