From 890d5573ae7135977f1e60da8913cc1d4cc2c729 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期五, 24 十二月 2021 09:57:53 +0800 Subject: [PATCH] update: TODO#i131357 輸入框加入border-radius --- PAMapp/components/AddressPicker.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/AddressPicker.vue b/PAMapp/components/AddressPicker.vue index e6ba650..258c593 100644 --- a/PAMapp/components/AddressPicker.vue +++ b/PAMapp/components/AddressPicker.vue @@ -3,7 +3,7 @@ <div class="subTitle mb-10">�����</div> <el-input type="text" - class="p mt-10 cursor--pointer " + class="p mt-10 cursor--pointer input-radius" tabindex="-1" v-model="keyWord" @change="searchDistrict" -- Gitblit v1.8.0