Skip to content

Commit c781c11

Browse files
fix: Application chat page style issue (#2866)
1 parent 3b24373 commit c781c11

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

ui/src/views/chat/base/index.vue

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
</template>
4343
</AiChat>
4444
</div>
45-
<div class="chat__footer"></div>
4645
</div>
4746
</template>
4847
<script setup lang="ts">
@@ -100,25 +99,6 @@ function refresh(id: string) {
10099
overflow: hidden;
101100
}
102101
103-
&__footer {
104-
background: #f3f7f9;
105-
height: 80px;
106-
position: absolute;
107-
bottom: 0;
108-
left: 0;
109-
width: 100%;
110-
box-sizing: border-box;
111-
border-radius: 8px !important;
112-
&:before {
113-
background: linear-gradient(0deg, #f3f7f9 0%, rgba(243, 247, 249, 0) 100%);
114-
content: '';
115-
position: absolute;
116-
width: 100%;
117-
top: -16px;
118-
left: 0;
119-
height: 16px;
120-
}
121-
}
122102
.chat-width {
123103
// max-width: 80%;
124104
margin: 0 auto;

0 commit comments

Comments
 (0)