@g1cloud/bluesea 5.0.0-alpha.33 → 5.0.0-alpha.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.
@@ -161,6 +161,10 @@ header.default-header {
161
161
  }
162
162
 
163
163
  &:hover {
164
+ .header-title {
165
+ mask-image: linear-gradient(to right, #000 80%, transparent 90%);
166
+ }
167
+
164
168
  .close-btn {
165
169
  position: absolute;
166
170
  top: 4px;
@@ -200,13 +204,11 @@ header.default-header {
200
204
  z-index: 10;
201
205
  }
202
206
 
203
- .bg-full {
204
- min-height: calc(100vh - $header-height);
205
- padding-top: 43px;
206
- padding-bottom: 16px;
207
+ .colored-bg {
208
+ flex-grow: 1;
207
209
  background-color: $primary-100;
208
210
 
209
- > div {
211
+ > .box-style {
210
212
  background-color: $white;
211
213
  border-radius: 10px;
212
214
  }
package/dist/style.css CHANGED
@@ -33214,9 +33214,7 @@ textarea {
33214
33214
  color: #A9A9A9;
33215
33215
  }
33216
33216
  .bs-tab-sheet.detail-top {
33217
- background-color: #EAF1FE;
33218
33217
  padding: 43px 16px 16px 16px;
33219
- min-height: calc(100vh - 44px);
33220
33218
  }
33221
33219
  .bs-tab-sheet.detail-top > .tab-bar {
33222
33220
  position: fixed;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@g1cloud/bluesea",
3
3
  "private": false,
4
- "version": "5.0.0-alpha.33",
4
+ "version": "5.0.0-alpha.34",
5
5
  "description": "Ui Library for g1cloud BackOffice.",
6
6
  "type": "module",
7
7
  "engines": {