Commit 5e6f1d74 by 张超军

审核列表右对齐,鼠标移入时样式不统一修改

parent cba98b71
......@@ -61,17 +61,20 @@
padding: 0 !important;
}
/deep/.el-table .el-table__body tr.current-row > td {
background-color: #f2f7fe !important;
// background-color: #f2f7fe !important;
background-color: transparent !important;
}
/deep/.el-table .el-table__body tr:hover > td {
background-color: #f2f7fe !important;
// background-color: #f2f7fe !important;
background-color: transparent !important;
}
/deep/.el-table__row {
height: 48px !important;
}
/deep/.el-table__row--level-1 {
.el-table__cell {
background-color: #f5f6f7 !important;
// background-color: #f5f6f7 !important;
background-color: transparent !important;
}
}
......@@ -124,7 +127,8 @@
}
/deep/.hover-row {
.el-table__cell {
background-color: #f2f7fe !important;
// background-color: #f2f7fe !important;
background-color: transparent !important;
}
}
......
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2022-04-23 10:33:43
* @LastEditTime: 2022-04-23 10:44:41
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -2449,9 +2449,7 @@ export default {
self.tzdId++;
// 特征点数量
self.tzdnumber++;
console.log(item);
self.autoTzdArr_num++;
console.log(self.autoTzdArr_num);
window.requestAnimationFrame(requestAnimationFun)
}
}
......
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2022-04-23 10:34:34
* @LastEditTime: 2022-04-23 10:44:46
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -4278,7 +4278,6 @@ export default {
// 特征点数量
self.tzdnumber++;
self.autoTzdArr_num++;
console.log(self.autoTzdArr_num);
window.requestAnimationFrame(requestAnimationFun)
}
}
......
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