ns-base-module 2.0.35 → 2.0.36

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": "ns-base-module",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "private": false,
5
5
  "description": "ns通用组件库",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  display: inline-flex;
49
49
  align-items: center;
50
50
  justify-content: center;
51
- min-width: 20px;
52
- height: 20px;
51
+ // min-width: 20px;
52
+ height: 16px;
53
53
  margin-left: 4px;
54
54
  padding: 0 8px;
55
55
  color: #9b9b9b;
@@ -63,8 +63,12 @@
63
63
  }
64
64
 
65
65
  .num-txt-single {
66
- width: 20px;
67
- min-width: 20px;
66
+ display: inline-flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ // width: 16px;
70
+ // min-width: 16px;
71
+ // height: 16px;
68
72
  padding: 0;
69
73
  border-radius: 50%;
70
74
  }
@@ -100,8 +104,8 @@
100
104
  display: inline-flex;
101
105
  align-items: center;
102
106
  justify-content: center;
103
- min-width: 20px;
104
- height: 20px;
107
+ // min-width: 20px;
108
+ height: 16px;
105
109
  margin-left: 2px;
106
110
  padding: 0 8px;
107
111
  color: #9b9b9b;
@@ -115,8 +119,12 @@
115
119
  }
116
120
 
117
121
  .num-txt-single {
118
- width: 20px;
119
- min-width: 20px;
122
+ display: inline-flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ // width: 16px;
126
+ // min-width: 16px;
127
+ // height: 16px;
120
128
  padding: 0;
121
129
  border-radius: 50%;
122
130
  }