diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 2d181701..efa96b45 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -220,8 +220,34 @@ /* overflow-x: auto; */ } +.tool-bar{ + visibility: hidden; + float: right; +} + +.el-table__body tr:hover{ + .tool-bar{ + visibility: visible; + .u-btn{ + float: right; + } + } +} + +.icon { + color: #fff; + height: 20px; + width: 20px; + border-radius: 15px; + text-align: center; + line-height: 20px; + font-size: 14px; + display: inline-block; + margin-right: 5px; +} + /*2.隐藏滚动条,太丑了 .el-drawer__container ::-webkit-scrollbar{ display: none; diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index 039924f2..bd747028 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -1182,32 +1182,9 @@ } .align-right{ float: right; -} -.icon { - color: #fff; - height: 20px; - width: 20px; - border-radius: 15px; - text-align: center; - line-height: 20px; - font-size: 14px; - display: inline-block; - margin-right: 5px; -} +} \ No newline at end of file diff --git a/src/views/xm/core/xmTask/XmTaskAdd.vue b/src/views/xm/core/xmTask/XmTaskAdd.vue index 9531e9c9..14f36269 100644 --- a/src/views/xm/core/xmTask/XmTaskAdd.vue +++ b/src/views/xm/core/xmTask/XmTaskAdd.vue @@ -592,15 +592,4 @@ margin-left: 0; } -.icon { - color: #fff; - height: 20px; - width: 20px; - border-radius: 15px; - text-align: center; - line-height: 20px; - font-size: 14px; - display: inline-block; - margin-right: 5px; -} diff --git a/src/views/xm/core/xmTask/XmTaskMng.vue b/src/views/xm/core/xmTask/XmTaskMng.vue index d0f60a6e..6dabc097 100644 --- a/src/views/xm/core/xmTask/XmTaskMng.vue +++ b/src/views/xm/core/xmTask/XmTaskMng.vue @@ -464,7 +464,21 @@ 特急 {{ scope.row.name }} - + +
+ + + + + + + + + + + + +