adata-ui 0.3.37 → 0.3.38

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": "adata-ui",
3
- "version": "0.3.37",
3
+ "version": "0.3.38",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -111,7 +111,7 @@ a {
111
111
  background: #BDC7CE4C;
112
112
  font-size: 14px;
113
113
  margin-top: 20px;
114
- width: 100vw;
114
+ width: 100%;
115
115
  @media(max-width: 1025px) {
116
116
  background: #F6F6F7;
117
117
  &.paddinged {
@@ -697,7 +697,7 @@ export default {
697
697
  height: 62px;
698
698
  display: flex;
699
699
  align-items: center;
700
- width: 100vw;
700
+ width: 100%;
701
701
  @media (max-width: 1025px) {
702
702
  height: 56px;
703
703
  border-bottom: 1px solid #BDC7CE;
@@ -202,7 +202,7 @@ export default {
202
202
  <style scoped lang="scss">
203
203
  .info {
204
204
  position: relative;
205
- width: 100vw;
205
+ width: 100%;
206
206
  @media (min-width: 1025px) {
207
207
  height: 30px;
208
208
  }