jtui3.0 1.0.61 → 1.0.62
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/lib/jtui3.0.common.js +3 -3
- package/lib/jtui3.0.umd.js +3 -3
- package/lib/jtui3.0.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/jtui3.0.common.js
CHANGED
|
@@ -87331,7 +87331,7 @@ function table_basevue_type_template_id_bb47cbb8_scoped_true_render(_ctx, _cache
|
|
|
87331
87331
|
/*
|
|
87332
87332
|
* @Author: leevan
|
|
87333
87333
|
* @Date: 2022-06-30 10:04:21
|
|
87334
|
-
* @LastEditTime: 2023-
|
|
87334
|
+
* @LastEditTime: 2023-11-13 16:31:03
|
|
87335
87335
|
* @LastEditors: leevan
|
|
87336
87336
|
* @FilePath: /jtui3.0/packages/tables/hooks/useTableStyle.js
|
|
87337
87337
|
*/
|
|
@@ -87345,7 +87345,7 @@ function useTableStyle(status) {
|
|
|
87345
87345
|
tableStyle.value = {
|
|
87346
87346
|
headerBg: 'linear-gradient(#f3fcfe , #d5dfe8)',
|
|
87347
87347
|
stripeBg: '#d6ebfd',
|
|
87348
|
-
currentBg: '
|
|
87348
|
+
currentBg: 'rgba(61,160,251,.6)'
|
|
87349
87349
|
};
|
|
87350
87350
|
break;
|
|
87351
87351
|
}
|
|
@@ -87355,7 +87355,7 @@ function useTableStyle(status) {
|
|
|
87355
87355
|
tableStyle.value = {
|
|
87356
87356
|
headerBg: 'linear-gradient( #f3fcfe , #d5dfe8)',
|
|
87357
87357
|
stripeBg: '#d6ebfd',
|
|
87358
|
-
currentBg: '
|
|
87358
|
+
currentBg: 'rgba(61,160,251,.6)'
|
|
87359
87359
|
};
|
|
87360
87360
|
break;
|
|
87361
87361
|
}
|
package/lib/jtui3.0.umd.js
CHANGED
|
@@ -87341,7 +87341,7 @@ function table_basevue_type_template_id_bb47cbb8_scoped_true_render(_ctx, _cache
|
|
|
87341
87341
|
/*
|
|
87342
87342
|
* @Author: leevan
|
|
87343
87343
|
* @Date: 2022-06-30 10:04:21
|
|
87344
|
-
* @LastEditTime: 2023-
|
|
87344
|
+
* @LastEditTime: 2023-11-13 16:31:03
|
|
87345
87345
|
* @LastEditors: leevan
|
|
87346
87346
|
* @FilePath: /jtui3.0/packages/tables/hooks/useTableStyle.js
|
|
87347
87347
|
*/
|
|
@@ -87355,7 +87355,7 @@ function useTableStyle(status) {
|
|
|
87355
87355
|
tableStyle.value = {
|
|
87356
87356
|
headerBg: 'linear-gradient(#f3fcfe , #d5dfe8)',
|
|
87357
87357
|
stripeBg: '#d6ebfd',
|
|
87358
|
-
currentBg: '
|
|
87358
|
+
currentBg: 'rgba(61,160,251,.6)'
|
|
87359
87359
|
};
|
|
87360
87360
|
break;
|
|
87361
87361
|
}
|
|
@@ -87365,7 +87365,7 @@ function useTableStyle(status) {
|
|
|
87365
87365
|
tableStyle.value = {
|
|
87366
87366
|
headerBg: 'linear-gradient( #f3fcfe , #d5dfe8)',
|
|
87367
87367
|
stripeBg: '#d6ebfd',
|
|
87368
|
-
currentBg: '
|
|
87368
|
+
currentBg: 'rgba(61,160,251,.6)'
|
|
87369
87369
|
};
|
|
87370
87370
|
break;
|
|
87371
87371
|
}
|