ns-base-module 2.0.32 → 2.0.34

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.32",
3
+ "version": "2.0.34",
4
4
  "private": false,
5
5
  "description": "ns通用组件库",
6
6
  "license": "MIT",
@@ -98,4 +98,4 @@
98
98
  "authors": [
99
99
  "735249091@qq.com"
100
100
  ]
101
- }
101
+ }
@@ -7,14 +7,14 @@
7
7
  &.tags-wrap {
8
8
  z-index: 2;
9
9
  flex: 1;
10
- .tags-list {
11
- display: inline-flex;
12
- align-items: center;
13
- margin-right: 8px;
14
- padding: 10px 16px;
15
- color: #666666;
16
- background-color: var(--order-tab-bg-color, #fff);
17
- cursor: pointer;
10
+ .tags-list {
11
+ display: flex;
12
+ align-items: center;
13
+ margin-right: 8px;
14
+ padding: 8px 16px;
15
+ color: #666666;
16
+ background-color: var(--order-tab-bg-color, #fff);
17
+ cursor: pointer;
18
18
  border-radius: 4px 4px 0 0;
19
19
  font-weight: 500;
20
20
  line-height: 1;
@@ -44,39 +44,30 @@
44
44
  }
45
45
  }
46
46
 
47
- .num-txt {
48
- display: inline-flex;
49
- align-items: center;
50
- justify-content: center;
51
- min-width: 16px;
52
- height: 16px;
53
- margin-left: 4px;
54
- padding: 0 8px;
55
- color: #9b9b9b;
56
- font-size: 12px;
57
- background: #ffffff;
58
- border-radius: 999px;
59
- box-sizing: border-box;
60
- text-align: center;
61
- line-height: 1;
62
- vertical-align: middle;
63
- padding-top: 1px;
64
- }
65
-
66
- .num-txt-single {
67
- display: inline-flex;
68
- align-items: center;
69
- justify-content: center;
70
- width: 16px;
71
- min-width: 16px;
72
- height: 16px;
73
- padding: 0;
74
- line-height: 1;
75
- border-radius: 50%;
76
- text-align: center;
77
- vertical-align: middle;
78
- padding-top: 1px;
79
- }
47
+ .num-txt {
48
+ display: inline-flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ min-width: 20px;
52
+ height: 20px;
53
+ margin-left: 4px;
54
+ padding: 0 8px;
55
+ color: #9b9b9b;
56
+ font-size: 12px;
57
+ line-height: 12px;
58
+ background: #ffffff;
59
+ border-radius: 999px;
60
+ box-sizing: border-box;
61
+ vertical-align: middle;
62
+ text-align: center;
63
+ }
64
+
65
+ .num-txt-single {
66
+ width: 20px;
67
+ min-width: 20px;
68
+ padding: 0;
69
+ border-radius: 50%;
70
+ }
80
71
 
81
72
  .actionMenu {
82
73
  color: var(--primary-text-color);
@@ -105,37 +96,28 @@
105
96
  background-color: var(--primary-color);
106
97
  }
107
98
 
108
- .num-txt {
109
- display: inline-flex;
110
- align-items: center;
111
- justify-content: center;
112
- min-width: 16px;
113
- height: 16px;
114
- margin-left: 2px;
115
- padding: 0 8px;
116
- color: #9b9b9b;
117
- font-size: 12px;
118
- background: #ffffff;
119
- border-radius: 999px;
120
- box-sizing: border-box;
121
- text-align: center;
122
- line-height: 1;
123
- vertical-align: middle;
124
- padding-top: 2px;
125
- }
126
-
127
- .num-txt-single {
128
- display: inline-flex;
129
- align-items: center;
130
- justify-content: center;
131
- width: 16px;
132
- min-width: 16px;
133
- height: 16px;
134
- padding: 0;
135
- line-height: 1;
136
- border-radius: 50%;
137
- text-align: center;
138
- vertical-align: middle;
139
- padding-top: 2px;
140
- }
141
- }
99
+ .num-txt {
100
+ display: inline-flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ min-width: 20px;
104
+ height: 20px;
105
+ margin-left: 2px;
106
+ padding: 0 8px;
107
+ color: #9b9b9b;
108
+ font-size: 12px;
109
+ line-height: 12px;
110
+ background: #ffffff;
111
+ border-radius: 999px;
112
+ box-sizing: border-box;
113
+ vertical-align: middle;
114
+ text-align: center;
115
+ }
116
+
117
+ .num-txt-single {
118
+ width: 20px;
119
+ min-width: 20px;
120
+ padding: 0;
121
+ border-radius: 50%;
122
+ }
123
+ }