Compare commits
2 Commits
2be9f382ed
...
11364180bc
| Author | SHA1 | Date |
|---|---|---|
|
|
11364180bc | |
|
|
280b11ad6d |
|
|
@ -33,7 +33,7 @@
|
||||||
</template> -->
|
</template> -->
|
||||||
</t-menu>
|
</t-menu>
|
||||||
</t-aside>
|
</t-aside>
|
||||||
<t-content style="border-top: 1px solid #e5e5e5;">
|
<t-content style="border-top: 1px solid #e5e5e5; padding: 2px">
|
||||||
<router-view />
|
<router-view />
|
||||||
</t-content>
|
</t-content>
|
||||||
</t-layout>
|
</t-layout>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import './style.css'
|
import '@/style/index.css';
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
|
|
||||||
import TDesign from 'tdesign-vue-next';
|
import TDesign from 'tdesign-vue-next';
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
@import "./theme.css";
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue