sykj 0.0.5 → 0.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sykj",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "rem adaptation🚀",
5
5
  "main": "lib/common.ts",
6
6
  "files": [
@@ -3,7 +3,7 @@
3
3
  @click="makeFocus"
4
4
  class="keyboardcon defaultCss"
5
5
  :class="[
6
- !keyStore.keyboardcon ? 'show' : '',
6
+ keyStore.keyboardcon ? 'show' : '',
7
7
  toUpKeyCase ? 'upKeyCase' : '',
8
8
  ]"
9
9
  @contextmenu.prevent="makeFocus"
@@ -1096,7 +1096,7 @@ const cancelPress = () => {
1096
1096
  }
1097
1097
 
1098
1098
  --flw: 8%; // 3 4 头尾
1099
- --mflw: 80px;
1099
+ --mflw: 50px;
1100
1100
  // 单独第3行
1101
1101
  &:nth-child(3) {
1102
1102
  justify-self: center;