refactor(样式): View Text

This commit is contained in:
2023-07-13 12:31:46 +08:00
parent 69be9b75bd
commit f83c1b348e
10 changed files with 29 additions and 47 deletions

7
.storybook/common.css Normal file
View File

@ -0,0 +1,7 @@
view {
display: block;
}
text {
display: inline;
}

View File

@ -9,6 +9,7 @@
*/
import type { Preview } from "@storybook/vue3"
import 'uno.css'
import "./common.css";
const preview: Preview = {
parameters: {