mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
remove scroll bar in running status
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="geek-auto-start-chat-with-boss__running-status">
|
||||
<div class="tip">
|
||||
<article>
|
||||
<h1>👋 BOSS炸弹正在运行</h1>
|
||||
<p>💬 正在为你开聊BOSS,请静候佳音</p>
|
||||
@@ -7,7 +8,8 @@
|
||||
<p>🍀 祝你求职顺利!</p>
|
||||
</article>
|
||||
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>
|
||||
<FlyingCompanyLogoList />
|
||||
</div>
|
||||
<FlyingCompanyLogoList class="flying-company-logo-list" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -42,7 +44,12 @@ onUnmounted(() => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.geek-auto-start-chat-with-boss__running-status {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
.tip {
|
||||
margin: 0 auto;
|
||||
max-width: 640px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
html, body {
|
||||
--monospace-font-family: Monaco, Consolas, Menlo, monospace;
|
||||
font-family: var(--monospace-font-family);
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
button, input, textarea {
|
||||
font-family: inherit;
|
||||
}
|
||||
#app {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user