fix:ScriptView 结果页顶部操作栏固定不随滚动
This commit is contained in:
@@ -133,6 +133,18 @@
|
||||
</view>
|
||||
|
||||
<view v-else class="result-page">
|
||||
<view class="result-top-actions">
|
||||
<view class="history-button" @click="openScriptLibrary">
|
||||
<view class="history-lines">
|
||||
<view></view>
|
||||
<view></view>
|
||||
<view></view>
|
||||
</view>
|
||||
<text>历史</text>
|
||||
</view>
|
||||
<button class="page-close-btn" @click="closeResult">×</button>
|
||||
</view>
|
||||
|
||||
<scroll-view
|
||||
class="result-view"
|
||||
scroll-y
|
||||
@@ -145,17 +157,6 @@
|
||||
>
|
||||
<view class="result-scroll-content">
|
||||
<view id="result-scroll-top" class="result-scroll-top"></view>
|
||||
<view class="result-top-actions">
|
||||
<view class="history-button" @click="openScriptLibrary">
|
||||
<view class="history-lines">
|
||||
<view></view>
|
||||
<view></view>
|
||||
<view></view>
|
||||
</view>
|
||||
<text>历史</text>
|
||||
</view>
|
||||
<button class="page-close-btn" @click="closeResult">×</button>
|
||||
</view>
|
||||
|
||||
<view class="conversation compact">
|
||||
<view class="chat-bubble user">
|
||||
|
||||
Reference in New Issue
Block a user