@netang/quasar 0.1.60 → 0.1.61

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.
@@ -678,6 +678,7 @@ export default {
678
678
  border-radius: 3px;
679
679
  background-color: var(--q-primary);
680
680
  transform: scale(0.7);
681
+ pointer-events: none;
681
682
  }
682
683
 
683
684
  //操作
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"