fix table actions click
This commit is contained in:
parent
934376e66a
commit
3ceb1a2c1a
@ -115,7 +115,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@import "../mixins";
|
@import "~mixins";
|
||||||
|
|
||||||
.list-item {
|
.list-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -148,8 +148,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table_cell {
|
.table_cell {
|
||||||
// display: table-cell;
|
|
||||||
/* vertical-align: middle; */
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
|
||||||
@ -312,6 +310,7 @@
|
|||||||
&.open {
|
&.open {
|
||||||
.actions_btn {color: white; &:hover{color: black;}}
|
.actions_btn {color: white; &:hover{color: black;}}
|
||||||
.actions_container {
|
.actions_container {
|
||||||
|
pointer-events: all;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user