feat: 长文本滑动
This commit is contained in:
parent
83ea2d0c9d
commit
6fc0540e65
@ -226,12 +226,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
"
|
"
|
||||||
|
class="overflow-y-auto"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="display: flex; justify-content: center; align-items: center">
|
<div style="display: flex; justify-content: center; align-items: center">
|
||||||
@ -317,12 +317,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
"
|
"
|
||||||
|
class="overflow-y-auto"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="font-weight: 600">{{ BDSalaryMore.period }}</div>
|
<div style="font-weight: 600">{{ BDSalaryMore.period }}</div>
|
||||||
@ -528,6 +528,14 @@ onMounted(() => {
|
|||||||
font-family: 'SF Pro Text';
|
font-family: 'SF Pro Text';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-y-auto {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overflow-y-auto::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.bd-center {
|
.bd-center {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
@ -363,12 +363,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
"
|
"
|
||||||
|
class="overflow-y-auto"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="display: flex; justify-content: center; align-items: center">
|
<div style="display: flex; justify-content: center; align-items: center">
|
||||||
@ -493,12 +493,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
"
|
"
|
||||||
|
class="overflow-y-auto"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="font-weight: 600">{{ SalaryMore.period }}</div>
|
<div style="font-weight: 600">{{ SalaryMore.period }}</div>
|
||||||
@ -582,12 +582,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
overflow: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
"
|
"
|
||||||
|
class="overflow-y-auto"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div style="font-weight: 600">{{ SalaryMore.period }}</div>
|
<div style="font-weight: 600">{{ SalaryMore.period }}</div>
|
||||||
@ -859,6 +859,14 @@ onMounted(() => {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-y-auto {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overflow-y-auto::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: rgba(0, 0, 0, 0.8);
|
color: rgba(0, 0, 0, 0.8);
|
||||||
font-family: 'SF Pro Text';
|
font-family: 'SF Pro Text';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user