File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/pages/dashboard/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import SvgAdmin from "../images/admin.svg?component" // vite-svg-loader 插件
55<template >
66 < div class = " app-container center" >
77 < SvgAdmin class = " svg" / >
8- <p >欢迎来到 Admin 角色专属首页< / p >
8+ <p >欢迎来到「 Admin 」 角色专属首页< / p >
99 < / div >
1010< / template >
1111
@@ -17,6 +17,7 @@ import SvgAdmin from "../images/admin.svg?component" // vite-svg-loader 插件
1717 align - items : center ;
1818 .svg {
1919 width : 600px ;
20+ max - width : 100 % ;
2021 }
2122}
2223< / style >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import SvgEditor from "../images/editor.svg?component" // vite-svg-loader 插件
55<template >
66 < div class = " app-container center" >
77 < SvgEditor class = " svg" / >
8- <p >欢迎来到 Editor 角色专属首页< / p >
8+ <p >欢迎来到「 Editor 」 角色专属首页< / p >
99 < / div >
1010< / template >
1111
@@ -17,6 +17,7 @@ import SvgEditor from "../images/editor.svg?component" // vite-svg-loader 插件
1717 align - items : center ;
1818 .svg {
1919 width : 600px ;
20+ max - width : 100 % ;
2021 }
2122}
2223< / style >
You can’t perform that action at this time.
0 commit comments