RubyGems
npm
Organizations
Log in
Sign up
npm
qtsk-vue3
Versions diffs
0.0.13 → 0.0.14
qtsk-vue3 0.0.13 → 0.0.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package/components/Table/index.vue
+3
-0
package/package.json
+1
-1
package/package/components/Table/index.vue
CHANGED
Viewed
@@ -48,4 +48,7 @@ defineProps({
48
48
</script>
49
49
50
50
<style lang="less" scoped>
51
+
:deep(.el-table__row){
52
+
height: 57px;
53
+
}
51
54
</style>
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "qtsk-vue3",
3
-
"version": "0.0.
13
",
3
+
"version": "0.0.
14
",
4
4
"description": "vue3版组件库",
5
5
"main": "./package/index.js",
6
6
"scripts": {