Skip to content

Commit b177088

Browse files
author
Kenneth Cheng
committed
1.0.34
1 parent 8456128 commit b177088

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-excel-editor",
33
"email": "apple.6502@gmail.com",
44
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
5-
"version": "1.0.34",
5+
"version": "1.0.35",
66
"main": "src/main.js",
77
"dependencies": {
88
"@vuepic/vue-datepicker": "^3.3.0",

src/VueExcelEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ input:focus, input:active:focus, input.active:focus {
29842984
padding: 0px 10px;
29852985
border-radius: 10px;
29862986
background-color: var(--bgcolor);
2987-
font-weight: 600
2987+
font-weight: 400;
29882988
}
29892989
29902990
.systable tbody td.link {

0 commit comments

Comments
 (0)