gm-printer 10.28.2 → 10.28.3

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": "gm-printer",
3
- "version": "10.28.2",
3
+ "version": "10.28.3",
4
4
  "description": "diy printer",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -100,7 +100,7 @@
100
100
  td,
101
101
  th {
102
102
  border: 1px solid black;
103
- // padding: 2px 0;
103
+ padding: 2px 0;
104
104
  }
105
105
  }
106
106
  }
@@ -110,7 +110,7 @@
110
110
  td,
111
111
  th {
112
112
  border: 1px solid #ddd;
113
- // padding: 2px 0;
113
+ padding: 2px 0;
114
114
  }
115
115
  }
116
116
  }
@@ -120,7 +120,7 @@
120
120
  td,
121
121
  th {
122
122
  border: 1px solid transparent;
123
- // padding: 2px 0;
123
+ padding: 2px 0;
124
124
  }
125
125
 
126
126
  th {
@@ -135,7 +135,7 @@
135
135
  td,
136
136
  th {
137
137
  border: none;
138
- // padding: 2px 0;
138
+ padding: 2px 0;
139
139
  }
140
140
  }
141
141
  }
@@ -146,7 +146,7 @@
146
146
 
147
147
  .gm-printer-special-container-box {
148
148
  flex: 1;
149
- // padding: 2px;
149
+ padding: 2px;
150
150
  }
151
151
 
152
152
  .gm-printer-special-container-box + .gm-printer-special-container-box {
@@ -178,6 +178,3 @@
178
178
  .gm-flex-page{
179
179
  display:flex
180
180
  }
181
- .b-table-details{
182
- box-sizing: border-box;
183
- }