修改前端样式
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
export default {
|
||||
data:()=>({
|
||||
drawer:true,
|
||||
name:"测试系统"
|
||||
name:"系统"
|
||||
}),
|
||||
name: 'DefaultBar',
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
mdi-package-up
|
||||
</v-icon>
|
||||
|
||||
Upgrade to Pro
|
||||
退出
|
||||
</app-btn>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
<v-list-item-content class="pl-2">
|
||||
<v-list-item-title class="text-h3">
|
||||
<strong class="mr-1 font-weight-black">VMD</strong>
|
||||
<strong class="mr-1 font-weight-black">Yi</strong>
|
||||
|
||||
<span class="primary--text">FREE</span>
|
||||
<span class="primary--text">Framework</span>
|
||||
</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<v-text-field
|
||||
placeholder="Search"
|
||||
placeholder="全站搜索"
|
||||
class="mr-16"
|
||||
color="secondary"
|
||||
hide-details
|
||||
style="max-width: 220px"
|
||||
style="max-width: 400px"
|
||||
>
|
||||
<template
|
||||
v-if="$vuetify.breakpoint.mdAndUp"
|
||||
|
||||
Reference in New Issue
Block a user