From 5ff2ee3b46a584368a6d2cebbe180abb1947f927 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 八月 2020 00:21:42 +0800 Subject: [PATCH] 2020-08-06 --- src/templates/sharecomponent/actioncomponent/verifyprint/index.scss | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/index.scss b/src/templates/sharecomponent/actioncomponent/verifyprint/index.scss index 521269f..c98c489 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyprint/index.scss +++ b/src/templates/sharecomponent/actioncomponent/verifyprint/index.scss @@ -37,9 +37,6 @@ } } .code-mirror-area { - font-size : 14px; - line-height : 25px; - .CodeMirror { height: calc(100vh - 360px); } @@ -57,4 +54,9 @@ } } } +} +.print-template-setting { + .ant-select-dropdown-menu-item { + white-space: normal; + } } \ No newline at end of file -- Gitblit v1.8.0