From 155544799ef99ed871c83ebdb0e16e22c7ec1e94 Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期二, 23 七月 2019 16:56:44 +0800 Subject: [PATCH] 添加板卡列表 --- src/components/RadiusInput.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/RadiusInput.vue b/src/components/RadiusInput.vue index 5731d62..64eb5c1 100644 --- a/src/components/RadiusInput.vue +++ b/src/components/RadiusInput.vue @@ -17,11 +17,12 @@ border: 1px solid #000000; background-color: #FFFFFF; vertical-align: middle; + font-size: 14px; } .radius-input-wrapper input { border: none; outline: none; - width: 80px; + width: 60px; height: 14px; } </style> -- Gitblit v1.9.1