From e47f5f999cb20283ad99c00c5e771d44501cf3c9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十二月 2019 17:47:26 +0800 Subject: [PATCH] 2019-12-26 --- src/templates/comtableconfig/actionform/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/templates/comtableconfig/actionform/index.scss b/src/templates/comtableconfig/actionform/index.scss index d7dfeb9..c25cef2 100644 --- a/src/templates/comtableconfig/actionform/index.scss +++ b/src/templates/comtableconfig/actionform/index.scss @@ -12,9 +12,22 @@ width: 86%; } } + .ant-input-number { + width: 100%; + } .anticon-question-circle { color: #c49f47; position: relative; left: -3px; } + .with-button { + .ant-form-item-control-wrapper { + padding-right: 63px; + } + .ant-btn { + position: absolute; + right: 12px; + top: 4.5px; + } + } } \ No newline at end of file -- Gitblit v1.8.0