openatc-components 0.2.51 → 0.2.52

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": "openatc-components",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
package/src/main.js CHANGED
@@ -18,7 +18,7 @@ window.dev = process.env.NODE_ENV
18
18
 
19
19
  // 深浅主题按需加载
20
20
  import('../static/styles/dark/index.scss')
21
- // import('../static/styles/light/index.scss')
21
+ import('../static/styles/light/index.scss')
22
22
 
23
23
  Vue.use(kissui)
24
24
  Vue.use(ElementUI)
@@ -57,7 +57,7 @@
57
57
  overflow: hidden;
58
58
  text-align: center;
59
59
  padding: 0 6PX;
60
- margin-bottom: -20PX;
60
+ margin-bottom: -10PX;
61
61
  font-size: 12PX;
62
62
  color: $--color-info;
63
63
  background-color: $--color-black;
@@ -141,10 +141,10 @@
141
141
  cursor: pointer;
142
142
  width: 100%;
143
143
  height: 48PX;
144
- margin: 5PX 0;
144
+ // margin: 5PX 0;
145
145
  // background-color: rgba(31,46,46,0.9);
146
146
  text-align: left;
147
- line-height: 40PX;
147
+ line-height: 37PX;
148
148
  padding: 1PX 1PX;
149
149
  box-sizing: border-box;
150
150
  // cursor: pointer;
@@ -388,6 +388,7 @@
388
388
  width: 77% !important;
389
389
  margin: 10px auto;
390
390
  color: $--color-text-primary;
391
+ font-size: 14PX;
391
392
  }
392
393
  .stage-panel-contener {
393
394
  display: flex;