mod: 使用unocss重写登录页
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
|
||||
|
||||
export default defineConfig({
|
||||
shortcuts: [
|
||||
[
|
||||
'btn',
|
||||
'px-4 py-1 rounded inline-block bg-teal-600 text-white cursor-pointer hover:bg-teal-700 disabled:cursor-default disabled:bg-gray-600 disabled:opacity-50',
|
||||
],
|
||||
],
|
||||
shortcuts: [['f-c-c', 'flex justify-center items-center']],
|
||||
presets: [presetUno(), presetAttributify()],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user