Skip to content

Commit 01d4655

Browse files
committed
APIAuto: AI 问答 Deep Search 勾选框居中,文本不可选
1 parent bb05078 commit 01d4655

File tree

1 file changed

+1
-1
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
<a v-show="view == 'markdown'" ></a>
755755
<!-- </div>-->
756756
<input id="vAskAI" style="min-width: 60px; display: inline-flex; padding: 0px 4px 0px 4px" @keyup="doOnKeyUp(event, 'ask', true)" placeholder="Ask AI" :style="{'width': view == 'markdown' ? 'auto' : '82%', 'text-align': view == 'markdown' ? 'center' : 'left'}" />
757-
<label style="float: right; margin-left: 8px; height: 100%; text-align: center"><input id="vDeepSearch" type="checkbox" style="height: 100%; text-align: center; bottom: 4px" name="Deep Search" />Deep Search</label>
757+
<label style="float: right; margin-left: 8px; padding-left: 15px; padding-top: 3px; justify-content: center; align-items: center; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;"><input id="vDeepSearch" type="checkbox" name="Deep Search" style="height: 100%; text-align: center; position: absolute; margin-left: -15px; bottom: -0px">Deep Search</label>
758758
</div>
759759

760760
<ul class="dropdown-menu" id="vOption" style="display: block; left: 0px; top: 0px; max-height: 100%; max-width: 100%; overflow: scroll; overflow-x: scroll; overflow-y:scroll;" v-show="options != null && options.length > 0">

0 commit comments

Comments
 (0)