This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feature-upgrade in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
commit 4b0351088f84bfd35e64da9339e4f542a61cfc30 Author: juzhiyuan <[email protected]> AuthorDate: Sat Nov 30 14:12:48 2019 +0800 expanded the width for SSL input --- src/views/schema/ssl/edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/schema/ssl/edit.vue b/src/views/schema/ssl/edit.vue index 1084a93..09c30bf 100644 --- a/src/views/schema/ssl/edit.vue +++ b/src/views/schema/ssl/edit.vue @@ -180,10 +180,10 @@ export default class extends Vue { .el-form-item { .el-form-item__content { .el-input { - width: 220px; + width: 300px; } .el-textarea { - width: 220px; + width: 400px; } } }
