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,13 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="geek-auto-start-chat-with-boss__running-status">
|
<div class="geek-auto-start-chat-with-boss__running-status">
|
||||||
<article>
|
<div class="tip">
|
||||||
<h1>👋 BOSS炸弹正在运行</h1>
|
<article>
|
||||||
<p>💬 正在为你开聊BOSS,请静候佳音</p>
|
<h1>👋 BOSS炸弹正在运行</h1>
|
||||||
<p>📱 你可以在<b>手机</b> / <b>平板电脑</b>上,使用BOSS直聘App与为你开聊的BOSS聊天</p>
|
<p>💬 正在为你开聊BOSS,请静候佳音</p>
|
||||||
<p>🍀 祝你求职顺利!</p>
|
<p>📱 你可以在<b>手机</b> / <b>平板电脑</b>上,使用BOSS直聘App与为你开聊的BOSS聊天</p>
|
||||||
</article>
|
<p>🍀 祝你求职顺利!</p>
|
||||||
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>
|
</article>
|
||||||
<FlyingCompanyLogoList />
|
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>
|
||||||
|
</div>
|
||||||
|
<FlyingCompanyLogoList class="flying-company-logo-list" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -42,7 +44,12 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.geek-auto-start-chat-with-boss__running-status {
|
.geek-auto-start-chat-with-boss__running-status {
|
||||||
margin: 0 auto;
|
max-width: 100%;
|
||||||
max-width: 640px;
|
max-height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
.tip {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 640px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
html, body {
|
html, body {
|
||||||
--monospace-font-family: Monaco, Consolas, Menlo, monospace;
|
--monospace-font-family: Monaco, Consolas, Menlo, monospace;
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
button, input, textarea {
|
button, input, textarea {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
#app {
|
||||||
|
position: absolute;
|
||||||
|
inset: 0;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user