From 56cdf07f8496685ba906ea75e7eb2faebb35371b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 06 十一月 2024 17:04:11 +0800 Subject: [PATCH] 加入富文本编辑器 --- src/books/civilAviation/assets/main.less | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 8a16174..24c3c09 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -28,7 +28,11 @@ } .mt-20 { - margin-top: 30px; + margin-top: 20px !important; + } + + .mt-30 { + margin-top: 30px ; } .mb-10 { @@ -695,6 +699,19 @@ text-indent: 0em; } + + + .left{ + text-indent: 0em; + margin: 0 !important; + line-height: 20px; + } + + .left3{ + margin: 20 0 0 0 !important; + line-height: 20px; + } + .left2 { font-size: 1.3em; text-indent: 0em; @@ -1203,14 +1220,11 @@ .custom-dialog { overflow: hidden !important; - .el-dialog__body { padding: 0; } - .el-dialog__header { background-color: rgba(0, 0, 0, 0.8); - .header_title { display: flex; justify-content: space-between; @@ -1224,7 +1238,6 @@ cursor: pointer; } } - .el-dialog__title, .el-dialog__headerbtn .el-dialog__close { color: #fff; -- Gitblit v1.9.1