diff --git a/package.json b/package.json index de4389b..0050280 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "vue": "^3.5.24", "less": "^4.3.0", "pinia": "^3.0.4", + "vue-router": "^4.5.0", "timi-web": "link:..\\timi-web", "timi-tdesign-pc": "link:..\\timi-tdesign-pc", "tdesign-vue-next": "1.17.7" diff --git a/src/Root.vue b/src/Root.vue index 379d14a..07407eb 100644 --- a/src/Root.vue +++ b/src/Root.vue @@ -1,6 +1,6 @@ diff --git a/src/assets/style.less b/src/assets/style.less new file mode 100644 index 0000000..107db18 --- /dev/null +++ b/src/assets/style.less @@ -0,0 +1,3 @@ +.t-alert { + padding: .5rem !important; +} diff --git a/src/components/FileDownload.vue b/src/components/FileDownload.vue index b293c24..7c3f0a0 100644 --- a/src/components/FileDownload.vue +++ b/src/components/FileDownload.vue @@ -1,10 +1,23 @@