bfg-common 1.4.329 → 1.4.330

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.
@@ -203,9 +203,11 @@ const setDefaultDateTime = () => {
203
203
  &.ordinary-day :deep(select) {
204
204
  min-width: 80px;
205
205
  }
206
- &.week-days :deep(select) {
207
- min-width: 110px;
206
+ &.week-days {
208
207
  margin-left: 15px;
208
+ :deep(select) {
209
+ min-width: 110px;
210
+ }
209
211
  }
210
212
  select {
211
213
  width: 80px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.329",
4
+ "version": "1.4.330",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",