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.
@@ -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
@@ -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": {