feat(历史薪资页):调整布局
This commit is contained in:
parent
b8bae979d0
commit
bb1db52774
@ -214,20 +214,7 @@
|
|||||||
<div style="margin: 0; font-size: 18px; font-weight: 600; color: #333">
|
<div style="margin: 0; font-size: 18px; font-weight: 600; color: #333">
|
||||||
{{ t('help') }}
|
{{ t('help') }}
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div @click="closeModal" class="closeBt">×</div>
|
||||||
style="
|
|
||||||
position: absolute;
|
|
||||||
right: 10px;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
"
|
|
||||||
@click="closeModal"
|
|
||||||
>
|
|
||||||
×
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="help-modal-body">
|
<div class="help-modal-body">
|
||||||
@ -501,6 +488,16 @@ onMounted(async () => {
|
|||||||
font-family: 'SF Pro Text';
|
font-family: 'SF Pro Text';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.closeBt {
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
color: black;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.salaryList::-webkit-scrollbar {
|
.salaryList::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -895,4 +892,9 @@ onMounted(async () => {
|
|||||||
[dir='rtl'] .info-btn {
|
[dir='rtl'] .info-btn {
|
||||||
/* transform: scaleX(-1); */
|
/* transform: scaleX(-1); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir='rtl'] .closeBt {
|
||||||
|
left: 10px;
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user