askbot-dragon 1.4.97 → 1.4.98

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": "askbot-dragon",
3
- "version": "1.4.97",
3
+ "version": "1.4.98",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -329,7 +329,7 @@ export default {
329
329
  if(index == 0 && j == 0) {
330
330
  rectdomTop = postionArr[1]
331
331
  if(this.isPC) {
332
- rectdomTop = rectdomTop + 50
332
+ rectdomTop = rectdomTop - 50 < 0 ? 0 : rectdomTop - 50
333
333
  }
334
334
  }
335
335
  }