diff --git a/src/style/fix.less b/src/style/fix.less index 00c7bd5d..804b909d 100644 --- a/src/style/fix.less +++ b/src/style/fix.less @@ -29,6 +29,8 @@ .el-tag+.el-tag {margin-left: 10px;} .el-button-group+.el-button-group {margin-left: 10px;} .el-tabs__nav-wrap::after {height: 1px;} +.el-table th.is-sortable {transition: .1s;} +.el-table th.is-sortable:hover {background: #eee;} /* 覆盖tinymce样式 */ .sceditor .tox-tinymce {border: 1px solid #DCDFE6;} diff --git a/src/views/template/list/index.vue b/src/views/template/list/index.vue index d86cba37..8889f1cc 100644 --- a/src/views/template/list/index.vue +++ b/src/views/template/list/index.vue @@ -26,8 +26,8 @@ - - + + - + @@ -51,7 +51,7 @@ - +