aicfe-answer-card 0.1.19 → 0.1.21

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,7 +1,7 @@
1
1
  {
2
2
  "name": "aicfe-answer-card",
3
3
  "private": false,
4
- "version": "0.1.19",
4
+ "version": "0.1.21",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
@@ -1,6 +1,6 @@
1
1
  .mark-point {
2
2
  --cornerLen: 30px; // 上下左右四个角的距离
3
- --pencil-height: 19px;
3
+ --pencil-height: 30px;
4
4
  --markPointColor: #333;
5
5
  font-size: 0;
6
6
  &__box {
@@ -265,7 +265,7 @@
265
265
  // 长方形
266
266
  &__pencil {
267
267
  display: inline-block;
268
- width: 8px;
268
+ width: 10px;
269
269
  height: var(--pencil-height);
270
270
  background-color: var(--markPointColor);
271
271
  }