From 80c0cf7601f2ea9751aef304d27fb9c390e92fa2 Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 17 Jun 2021 15:39:43 +0800 Subject: [PATCH] =?UTF-8?q?ADD=20=E5=B8=B8=E7=94=A8=E8=AF=A6=E7=BB=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/fix.less | 8 ++ src/views/template/list/index.vue | 50 +++++++--- src/views/template/list/info.vue | 155 ++++++++++++++++++++++++++++++ 3 files changed, 201 insertions(+), 12 deletions(-) create mode 100644 src/views/template/list/info.vue diff --git a/src/style/fix.less b/src/style/fix.less index 9b25dcfa..00c7bd5d 100644 --- a/src/style/fix.less +++ b/src/style/fix.less @@ -21,6 +21,14 @@ .el-menu-item [class^=sc-icon-], .el-submenu [class^=sc-icon-] {margin-right: 5px;vertical-align: middle;width: 24px;text-align: center;} .el-progress__text {font-size: 12px!important;} .el-progress__text i {font-size: 14.4px!important;} +.el-step.is-horizontal .el-step__line {height:1px;} +.el-step__title {font-size: 14px;} +.drawerBG {background: #f6f8f9;} +.el-button+.el-dropdown {margin-left: 10px;} +.el-button-group+.el-dropdown {margin-left: 10px;} +.el-tag+.el-tag {margin-left: 10px;} +.el-button-group+.el-button-group {margin-left: 10px;} +.el-tabs__nav-wrap::after {height: 1px;} /* 覆盖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 83f0c485..d86cba37 100644 --- a/src/views/template/list/index.vue +++ b/src/views/template/list/index.vue @@ -24,12 +24,13 @@ - + - - + + @@ -38,15 +39,16 @@

{{scope.row.subtitle}}

- + - + @@ -71,15 +73,20 @@
- - + + - diff --git a/src/views/template/list/info.vue b/src/views/template/list/info.vue new file mode 100644 index 00000000..508c6068 --- /dev/null +++ b/src/views/template/list/info.vue @@ -0,0 +1,155 @@ + + + + +