ai-error-assistant-pro 0.0.7 → 0.0.8

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.
@@ -35,9 +35,9 @@
35
35
  <img src="../static/send-icon.png" alt="" style="width: 24px; height: 24px">
36
36
  </div>
37
37
  </div>
38
- <p class="disclaimer">
39
- 此功能公测期间对正式版用户开放
40
- </p>
38
+ <!-- <p class="disclaimer">-->
39
+ <!-- 此功能公测期间对正式版用户开放-->
40
+ <!-- </p>-->
41
41
  </template>
42
42
  </div>
43
43
  </template>
@@ -230,7 +230,7 @@ export default {
230
230
  .ai-main-content {
231
231
  position: relative;
232
232
  z-index: 1;
233
- height: calc(100% - 53px - 86px - 32px - 17px);
233
+ height: calc(100% - 53px - 86px - 32px);
234
234
  padding: 16px 0 16px 8px;
235
235
  }
236
236
  .disclaimer {