bkui-vue 0.0.1-beta.134 → 0.0.1-beta.135
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/table/index.js +1 -1
- package/lib/table/table.css +15 -12
- package/lib/table/table.less +18 -18
- package/lib/table/table.variable.css +15 -12
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -16486,7 +16486,7 @@ var Settings = defineComponent({
|
|
16486
16486
|
default: () => createVNode("span", {
|
16487
16487
|
"class": "table-head-settings"
|
16488
16488
|
}, [createVNode(cogShape, {
|
16489
|
-
"style": "color:
|
16489
|
+
"style": "color: #c4c6cc;",
|
16490
16490
|
"onClick": handleSettingClick
|
16491
16491
|
}, null)]),
|
16492
16492
|
content: () => {
|