mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-06 13:15:35 +00:00
perf: 接龙和投票的样式优化
This commit is contained in:
parent
43b665652e
commit
fbc5eed5c5
@ -104,11 +104,11 @@
|
||||
</div>
|
||||
<div v-if="dialogData.type == 'group'" class="chat-input-popover-item" @click="onToolbar('word-chain')">
|
||||
<i class="taskfont"></i>
|
||||
{{$L('接龙')}}
|
||||
{{$L('发起接龙')}}
|
||||
</div>
|
||||
<div v-if="dialogData.type == 'group'" class="chat-input-popover-item" @click="onToolbar('vote')">
|
||||
<i class="taskfont"></i>
|
||||
{{$L('投票')}}
|
||||
{{$L('发起投票')}}
|
||||
</div>
|
||||
<div class="chat-input-popover-item" @click="onToolbar('full')">
|
||||
<i class="taskfont"></i>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
.dialog-droup-word-chain {
|
||||
.ivu-modal-body{
|
||||
max-height: calc(100vh - 365px);
|
||||
max-height: calc(100vh - 260px);
|
||||
overflow: auto;
|
||||
padding-top: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
@ -55,7 +55,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
max-height: calc(100vh - 370px);
|
||||
max-height: calc(100vh - 265px);
|
||||
.source{
|
||||
margin-right: 32px;
|
||||
span{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user