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