fix: minor input stylings
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
font-semibold font-mono
|
||||
flex-1
|
||||
text-xs
|
||||
py-3
|
||||
py-2
|
||||
px-4
|
||||
focus:outline-none
|
||||
"
|
||||
|
||||
@@ -357,7 +357,7 @@
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<label for="token-req-name">{{ $t("token_req_name") }}</label>
|
||||
<label for="token-req-name">{{ $t("request_name") }}</label>
|
||||
<input class="input" v-model="tokenReqName" />
|
||||
<label for="token-req-details">
|
||||
{{ $t("token_req_details") }}
|
||||
|
||||
@@ -284,12 +284,14 @@
|
||||
bg-primaryLight
|
||||
border border-divider
|
||||
rounded-l
|
||||
text-xs
|
||||
ml-2
|
||||
py-1
|
||||
px-2
|
||||
"
|
||||
>{{ $t("url") }}</label
|
||||
>
|
||||
{{ `${$t("proxy")} ${$t("url")}` }}
|
||||
</label>
|
||||
<input
|
||||
id="url"
|
||||
v-model="PROXY_URL"
|
||||
|
||||
Reference in New Issue
Block a user