mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-08 22:47:36 +00:00
bottom-1.5
This commit is contained in:
@@ -15,7 +15,7 @@ export default [
|
|||||||
}),
|
}),
|
||||||
http.post("/ai/action/search", () => {
|
http.post("/ai/action/search", () => {
|
||||||
const response = HttpResponse.json({
|
const response = HttpResponse.json({
|
||||||
action: "CREATE_USER",
|
action: "DELETE_USER",
|
||||||
});
|
});
|
||||||
return response;
|
return response;
|
||||||
}),
|
}),
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
]" :placeholder="placeholder" required />
|
]" :placeholder="placeholder" required />
|
||||||
<button type="submit" :class="[
|
<button type="submit" :class="[
|
||||||
'text-white absolute end-2.5 font-medium rounded-lg',
|
'text-white absolute end-2.5 font-medium rounded-lg',
|
||||||
size === 'sm' ? 'text-xs px-2.5 py-1.5 bottom-2' :
|
size === 'sm' ? 'text-xs px-2.5 py-1.5 bottom-1.5' :
|
||||||
size === 'md' ? 'text-sm px-3 py-2 bottom-2.5' :
|
size === 'md' ? 'text-sm px-3 py-2 bottom-1.5' :
|
||||||
'text-base px-4 py-2.5 bottom-3',
|
'text-base px-4 py-2.5 bottom-1.5',
|
||||||
bgColor
|
bgColor
|
||||||
]" @click.prevent="handleSubmitClick(bindInput)">{{ content }}</button>
|
]" @click.prevent="handleSubmitClick(bindInput)">{{ content }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user