@yxhl/specter-pui-vtk 1.0.11 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yxhl/specter-pui-vtk",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "雅心互联 Vue 3 + Vuetify3 组件库",
5
5
  "type": "module",
6
6
  "main": "./dist/specter-pui.umd.js",
@@ -38,7 +38,7 @@
38
38
  "specter",
39
39
  "yxhl"
40
40
  ],
41
- "author": "yxhl <17363318852@139.com>",
41
+ "author": "xiong777",
42
42
  "license": "MIT",
43
43
  "repository": {
44
44
  "type": "git",
@@ -4,7 +4,7 @@ import Message from "../components/message/index.js"
4
4
 
5
5
  // create an axios instance
6
6
  const service = axios.create({
7
- baseURL: import.meta.env.VUE_APP_API_URL,
7
+ baseURL: import.meta.env.VITE_APP_API_URL,
8
8
  headers: {
9
9
  'X-Requested-With': 'XMLHttpRequest'
10
10
  },
@@ -125,7 +125,8 @@ const pageChange = () => {
125
125
  min-height: 60px;
126
126
  .box {
127
127
  position: absolute;
128
- right: 16px;
128
+ right: 40px;
129
+ padding-top: 12px;
129
130
  }
130
131
  }
131
132
  .page-total {