Compare commits
No commits in common. "11364180bca32cf8e229e0c70341373daa103988" and "2be9f382ed0b1af4c6227cc5fde6c8ee2d7f0637" have entirely different histories.
11364180bc
...
2be9f382ed
|
|
@ -33,7 +33,7 @@
|
||||||
</template> -->
|
</template> -->
|
||||||
</t-menu>
|
</t-menu>
|
||||||
</t-aside>
|
</t-aside>
|
||||||
<t-content style="border-top: 1px solid #e5e5e5; padding: 2px">
|
<t-content style="border-top: 1px solid #e5e5e5;">
|
||||||
<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/index.css';
|
import './style.css'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
|
|
||||||
import TDesign from 'tdesign-vue-next';
|
import TDesign from 'tdesign-vue-next';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
@import "./theme.css";
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue