From f895e8af9e6a393f71fec0dc26fdf1b9b6616cb4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十二月 2020 18:53:04 +0800 Subject: [PATCH] 2020-12-11 --- src/templates/zshare/modalform/datatable/index.scss | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/modalform/datatable/index.scss b/src/templates/zshare/modalform/datatable/index.scss index 212b7ce..e80b7bf 100644 --- a/src/templates/zshare/modalform/datatable/index.scss +++ b/src/templates/zshare/modalform/datatable/index.scss @@ -35,8 +35,10 @@ } } .operation-btn { + font-size: 16px; + text-align: center; span { - margin-right: 7px; + margin-right: 15px; cursor: pointer; } .primary { @@ -57,4 +59,10 @@ color: rgba(0, 0, 0, .25); } } + tr.drop-over-downward td { + border-bottom: 2px dashed #1890ff; + } + tr.drop-over-upward td { + border-top: 2px dashed #1890ff; + } } -- Gitblit v1.8.0