dtable-ui-component 6.0.110-oot.8 → 6.0.110-oot.9

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.
@@ -83,7 +83,6 @@
83
83
  border-radius: 3px;
84
84
  }
85
85
 
86
-
87
86
  .seatable-customize-select .select-placeholder {
88
87
  line-height: 1;
89
88
  font-size: 14px;
@@ -92,6 +91,8 @@
92
91
  }
93
92
 
94
93
  .seatable-customize-select .selected-option-show {
94
+ height: 20px;
95
+ line-height: 20px;
95
96
  margin-right: 8px;
96
97
  width: calc(100% - 20px);
97
98
  white-space: nowrap;
@@ -110,12 +110,10 @@
110
110
  }
111
111
 
112
112
  .select-label {
113
- display: flex;
114
- align-items: center;
115
- justify-content: space-between;
116
113
  width: 100%;
117
114
  }
118
115
 
116
+ .seatable-option-group-selector-multiple-select .select-label,
119
117
  .seatable-option-group-selector-single-select .select-option-name,
120
118
  .seatable-option-group-selector-multiple-select .multiple-option-name {
121
119
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.8",
3
+ "version": "6.0.110oot.9",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",