[go: nahoru, domu]

Skip to content

Commit

Permalink
用例列表:解决本地历史页也显示了分页和搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Jan 17, 2024
1 parent 0949365 commit 3123fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</div>

<!--<div :class="'side-left side-view-' + baseview">-->
<div class="side-left" style="padding-bottom: 0px">
<div class="side-left" style="padding-bottom: -4px">
<div v-show="! isTestCaseShow" class="left-bar" >
<button class="transfer" id="vTransfer" @click="transfer()">' / "</button>
<button v-show="isShowMethod()" class="transfer" style="width: 60px" id="vMethod" :disabled="isEditResponse" @click="changeMethod()">{{ getMethodName(method, type) }}</button>
Expand Down Expand Up @@ -241,7 +241,7 @@
</li>
</ul>

<div style="bottom: 0px; padding: 4px 23.9px 4px 10px; position: absolute; background-color: white; z-index: 102">
<div v-show="! isLocalShow" style="bottom: 0px; padding: 4px 23.9px 4px 10px; position: absolute; background-color: white; z-index: 102">
<button @click="pageDown('testCase')"><</button>
<input id="vTestCasePage" v-model="testCasePage" style="width: 30px;text-align: center" type="number" @keyup="doOnKeyUp(event, 'testCase', true)" placeholder="页码" />
<button @click="pageUp('testCase')">></button>
Expand Down

0 comments on commit 3123fd9

Please sign in to comment.