upp-platform-core 1.1.5 → 1.1.6
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/README.md +4 -0
- package/lib/index.css +186 -0
- package/lib/index.css.gz +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.gz +0 -0
- package/lib/store.js +1 -1
- package/lib/store.js.gz +0 -0
- package/package.json +3 -2
- /package/lib/{settingColorHelper-23c6780c.js → settingColorHelper-509b45b2.js} +0 -0
package/README.md
CHANGED
package/lib/index.css
CHANGED
|
@@ -2229,3 +2229,189 @@
|
|
|
2229
2229
|
.el-dialog.file-uplaod__preview-image .el-dialog__header {
|
|
2230
2230
|
border: none;
|
|
2231
2231
|
}
|
|
2232
|
+
.custom__operate-left-menu-btn--hide .header-operate-left {
|
|
2233
|
+
display: none;
|
|
2234
|
+
}
|
|
2235
|
+
.custom__operate-left-menu-btn--hide .side-nav__container {
|
|
2236
|
+
width: 64px;
|
|
2237
|
+
}
|
|
2238
|
+
.custom__operate-left-menu-btn--hide .side-nav-admin-container {
|
|
2239
|
+
width: 232px;
|
|
2240
|
+
}
|
|
2241
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-admin-sidebar-compact {
|
|
2242
|
+
width: 232px;
|
|
2243
|
+
}
|
|
2244
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-admin-sidebar-compact .t-default-menu.t-is-collapsed .t-menu__item span {
|
|
2245
|
+
display: block;
|
|
2246
|
+
}
|
|
2247
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-admin-sidebar-compact .t-default-menu.t-is-collapsed .t-menu .t-menu__item {
|
|
2248
|
+
justify-content: left;
|
|
2249
|
+
}
|
|
2250
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-sidebar-compact {
|
|
2251
|
+
width: 64px;
|
|
2252
|
+
}
|
|
2253
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-sidebar-compact .t-default-menu.t-is-collapsed .t-menu__item span {
|
|
2254
|
+
display: block;
|
|
2255
|
+
}
|
|
2256
|
+
.custom__operate-left-menu-btn--hide .tdesign-starter-sidebar-compact .t-default-menu.t-is-collapsed .t-menu .t-menu__item {
|
|
2257
|
+
justify-content: left;
|
|
2258
|
+
}
|
|
2259
|
+
.light.side-layouts .t-menu--light .header-user-account {
|
|
2260
|
+
background-color: transparent !important;
|
|
2261
|
+
color: var(--form-text) !important;
|
|
2262
|
+
}
|
|
2263
|
+
.light.side-layouts .t-button--variant-text .t-icon,
|
|
2264
|
+
.light.side-layouts .t-button--variant-text .t-loading {
|
|
2265
|
+
color: var(--form-text) !important;
|
|
2266
|
+
}
|
|
2267
|
+
.light.side-layouts .operations-container .t-button {
|
|
2268
|
+
background-color: var(--primary-btn) !important;
|
|
2269
|
+
}
|
|
2270
|
+
.light.side-layouts .operations-container .t-button.header-user-btn {
|
|
2271
|
+
background-color: transparent !important;
|
|
2272
|
+
color: var(--form-text) !important;
|
|
2273
|
+
border: none;
|
|
2274
|
+
}
|
|
2275
|
+
.light.side-layouts .t-layout.t-layout--with-sider {
|
|
2276
|
+
background-image: url(../layout/images/bg.png);
|
|
2277
|
+
background-position: center -120px;
|
|
2278
|
+
}
|
|
2279
|
+
.light.side-layouts .t-layout__header {
|
|
2280
|
+
background-image: url(../layout/images/bg.png);
|
|
2281
|
+
background-position: center -60px;
|
|
2282
|
+
}
|
|
2283
|
+
.light.side-layouts .t-layout__header,
|
|
2284
|
+
.light.side-layouts .t-layout__content,
|
|
2285
|
+
.light.side-layouts .t-layout,
|
|
2286
|
+
.light.side-layouts .t-layout__direction-vertical,
|
|
2287
|
+
.light.side-layouts .custom__content-background--white .common-content,
|
|
2288
|
+
.light.side-layouts .t-tabs,
|
|
2289
|
+
.light.side-layouts div.home {
|
|
2290
|
+
background-color: transparent !important;
|
|
2291
|
+
}
|
|
2292
|
+
.light.side-layouts .t-tabs__nav--card {
|
|
2293
|
+
background-color: rgba(255, 255, 255, 0.5) !important;
|
|
2294
|
+
}
|
|
2295
|
+
.light.side-layouts .tdesign-starter-sidebar-layout {
|
|
2296
|
+
width: 64px;
|
|
2297
|
+
background: linear-gradient(to bottom, #ECF4FE, white);
|
|
2298
|
+
}
|
|
2299
|
+
.light.side-layouts .t-default-menu {
|
|
2300
|
+
background-color: transparent;
|
|
2301
|
+
}
|
|
2302
|
+
.light.side-layouts .tdesign-starter-content-layout {
|
|
2303
|
+
padding: 10px;
|
|
2304
|
+
}
|
|
2305
|
+
.light.side-layouts .tdesign-starter-layout-tabs-nav + .tdesign-starter-content-layout {
|
|
2306
|
+
padding: 10px;
|
|
2307
|
+
}
|
|
2308
|
+
.light.side-layouts .t-menu__popup .t-menu__item {
|
|
2309
|
+
color: var(--td-font-gray-2);
|
|
2310
|
+
}
|
|
2311
|
+
.light.side-layouts .header-logo-container .t-logo {
|
|
2312
|
+
width: 49px;
|
|
2313
|
+
height: 44px;
|
|
2314
|
+
margin-top: -10px;
|
|
2315
|
+
margin-right: 10px;
|
|
2316
|
+
}
|
|
2317
|
+
.light.side-layouts .custom__content-background--white .common-content {
|
|
2318
|
+
background-color: #FFFFFF;
|
|
2319
|
+
padding: 24px;
|
|
2320
|
+
overflow-y: auto;
|
|
2321
|
+
}
|
|
2322
|
+
.light.side-layouts .custom__content-background--white .common-content .footer-box {
|
|
2323
|
+
border: none;
|
|
2324
|
+
padding: 0;
|
|
2325
|
+
}
|
|
2326
|
+
.light.side-layouts .custom__content-background--white .common-content.user-management-container .left {
|
|
2327
|
+
border: none;
|
|
2328
|
+
padding-top: 0;
|
|
2329
|
+
padding-left: 0;
|
|
2330
|
+
overflow: auto;
|
|
2331
|
+
}
|
|
2332
|
+
.light.side-layouts .custom__content-background--white .common-content.user-management-container .left,
|
|
2333
|
+
.light.side-layouts .custom__content-background--white .common-content.user-management-container .right {
|
|
2334
|
+
height: calc(100vh - 193px);
|
|
2335
|
+
}
|
|
2336
|
+
.light.side-layouts .custom__content-background--white .common-content .el-card {
|
|
2337
|
+
border: none;
|
|
2338
|
+
box-shadow: none;
|
|
2339
|
+
}
|
|
2340
|
+
.light.side-layouts .custom__content-background--white .t-layout__sider {
|
|
2341
|
+
--td-brand-color-1: #F2F3F5;
|
|
2342
|
+
}
|
|
2343
|
+
.light.side-layouts .t-menu__popup .t-menu__item {
|
|
2344
|
+
color: var(--td-font-gray-2);
|
|
2345
|
+
}
|
|
2346
|
+
.light.side-layouts .custom__header-background--white .t-head-menu__inner {
|
|
2347
|
+
--white-color: #191B22;
|
|
2348
|
+
}
|
|
2349
|
+
.light.side-layouts .custom__header-background--white .t-head-menu__inner .header__title {
|
|
2350
|
+
color: #191B22;
|
|
2351
|
+
font-weight: 500;
|
|
2352
|
+
}
|
|
2353
|
+
.light.side-layouts .custom__header-background--white .t-layout__sider {
|
|
2354
|
+
--td-brand-color-1: #F2F3F5;
|
|
2355
|
+
}
|
|
2356
|
+
.light.side-layouts .custom__header-icon--color .header-logo-container .t-logo {
|
|
2357
|
+
width: 32px;
|
|
2358
|
+
height: 32px;
|
|
2359
|
+
margin: 0 0 0 3px;
|
|
2360
|
+
}
|
|
2361
|
+
.light.side-layouts .custom__header-icon--color .layout-main-menu-container .main-menu-item.active,
|
|
2362
|
+
.light.side-layouts .custom__header-icon--color .layout-main-menu-container .main-menu-item:hover {
|
|
2363
|
+
background: #F3F4F9;
|
|
2364
|
+
}
|
|
2365
|
+
.light.side-layouts .custom__header-icon--color .layout-main-menu-container .main-menu-item.active .svg-icon-class,
|
|
2366
|
+
.light.side-layouts .custom__header-icon--color .layout-main-menu-container .main-menu-item:hover .svg-icon-class {
|
|
2367
|
+
color: #515A6E;
|
|
2368
|
+
}
|
|
2369
|
+
.light.side-layouts :root[theme-mode="dark"] .custom__content-background--white .common-content {
|
|
2370
|
+
background-color: transparent;
|
|
2371
|
+
}
|
|
2372
|
+
.light.side-layouts :root[theme-mode="dark"] .layout-main-menu-container .main-menu-item.active,
|
|
2373
|
+
.light.side-layouts :root[theme-mode="dark"] .layout-main-menu-container .main-menu-item:hover {
|
|
2374
|
+
background: var(--primary-btn);
|
|
2375
|
+
}
|
|
2376
|
+
.light.side-layouts :root[theme-mode="dark"] .layout-main-menu-container .main-menu-item.active .svg-icon-class,
|
|
2377
|
+
.light.side-layouts :root[theme-mode="dark"] .layout-main-menu-container .main-menu-item:hover .svg-icon-class {
|
|
2378
|
+
color: #FFFFFF;
|
|
2379
|
+
}
|
|
2380
|
+
.light.side-layouts .custom__root-menu--show .side-nav__menu-content {
|
|
2381
|
+
margin-left: var(--root-menu-width);
|
|
2382
|
+
}
|
|
2383
|
+
.light.side-layouts .custom__root-menu--show .side-nav--hide {
|
|
2384
|
+
width: var(--root-menu-width);
|
|
2385
|
+
}
|
|
2386
|
+
.light.side-layouts .custom__root-menu--show .side-nav--hide .side-nav__container {
|
|
2387
|
+
width: var(--root-menu-width) !important;
|
|
2388
|
+
}
|
|
2389
|
+
.light.side-layouts .t-head-menu__inner .t-menu__item {
|
|
2390
|
+
color: var(--td-gray-color-13) !important;
|
|
2391
|
+
}
|
|
2392
|
+
.is-user ::v-deep .t-layout .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-menu__item:hover {
|
|
2393
|
+
background-color: var(--td-brand-color-3);
|
|
2394
|
+
color: #FFFFFF;
|
|
2395
|
+
}
|
|
2396
|
+
.is-user ::v-deep .t-layout .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-submenu .t-menu__popup .t-menu__popup-wrapper {
|
|
2397
|
+
box-shadow: 5px 8px 10px #2684FE52;
|
|
2398
|
+
}
|
|
2399
|
+
.is-user ::v-deep .t-layout .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-submenu .t-menu__popup .t-menu__popup-wrapper div .t-menu__item:hover {
|
|
2400
|
+
background-color: var(--td-brand-color-1) !important;
|
|
2401
|
+
color: var(--td-brand-color) !important;
|
|
2402
|
+
}
|
|
2403
|
+
.is-user ::v-deep .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-menu__item .t-is-active {
|
|
2404
|
+
background: var(--td-brand-color) !important;
|
|
2405
|
+
color: #FFFFFF !important;
|
|
2406
|
+
}
|
|
2407
|
+
.is-user ::v-deep .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-menu__item:hover {
|
|
2408
|
+
background-color: var(--td-brand-color-3);
|
|
2409
|
+
color: #FFFFFF;
|
|
2410
|
+
}
|
|
2411
|
+
.is-user ::v-deep .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-submenu .t-menu__popup .t-menu__popup-wrapper {
|
|
2412
|
+
box-shadow: 5px 8px 10px #2684FE52;
|
|
2413
|
+
}
|
|
2414
|
+
.is-user ::v-deep .t-layout .t-layout__sider .side-nav .t-default-menu .t-default-menu__inner .t-menu .side-nav__menu-content .t-submenu .t-menu__popup .t-menu__popup-wrapper div .t-menu__item:hover {
|
|
2415
|
+
background-color: var(--td-brand-color-1) !important;
|
|
2416
|
+
color: var(--td-brand-color) !important;
|
|
2417
|
+
}
|
package/lib/index.css.gz
CHANGED
|
Binary file
|