mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
style
This commit is contained in:
parent
1e0ab9d809
commit
d9fa2d3a8f
@ -6,6 +6,7 @@ dist
|
|||||||
.hbuilderx
|
.hbuilderx
|
||||||
src/manifest.json
|
src/manifest.json
|
||||||
src/pages.json
|
src/pages.json
|
||||||
|
src/tmui/
|
||||||
*.sh
|
*.sh
|
||||||
node_modules
|
node_modules
|
||||||
*.md
|
*.md
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
@import "auxiliary";
|
@import 'auxiliary';
|
||||||
@import "mixin";
|
@import 'mixin';
|
||||||
@import "flex";
|
@import 'flex';
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
|
|
||||||
@mixin flex($direction: row) {
|
@mixin flex($direction: row) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: $direction;
|
flex-direction: $direction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<script lang="ts" setup></script>
|
<script lang="ts" setup></script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container"> 页面构建中... </view>
|
<view class="container"> 页面构建中...54264536 </view>
|
||||||
<view class="flex-row">
|
<view class="flex-row">
|
||||||
<view>item1</view>
|
<view>item1</view>
|
||||||
<view>item2</view>
|
<view>item2</view>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": ["esnext", "dom"],
|
"lib": ["esnext", "dom"],
|
||||||
"types": ["@dcloudio/types"],
|
"types": ["@dcloudio/types","src/tmui/interface.ts"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*":["./src/*"]
|
"@/*":["./src/*"]
|
||||||
}
|
}
|
||||||
@ -20,6 +20,6 @@
|
|||||||
"src/**/*.d.ts",
|
"src/**/*.d.ts",
|
||||||
"src/**/*.tsx",
|
"src/**/*.tsx",
|
||||||
"src/**/*.vue",
|
"src/**/*.vue",
|
||||||
"node_modules/@dcloudio/types/uni-app/uni.d.ts"
|
"node_modules/@dcloudio/types/uni-app/uni.d.ts",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user