fix
This commit is contained in:
@@ -977,7 +977,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 4rem 5rem 0rem!important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
display: flex;
|
||||
overflow-y: hidden;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -756,7 +756,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 4rem 5rem 0rem!important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
display: flex;
|
||||
overflow-y: hidden;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -758,7 +758,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 4rem 5rem 0rem!important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
display: flex;
|
||||
overflow-y: hidden;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -472,7 +472,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 4rem 5rem 0rem!important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
display: flex;
|
||||
overflow-y: hidden;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -442,7 +442,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 4rem 5rem 0rem!important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
display: flex;
|
||||
overflow-y: hidden;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -103,7 +103,7 @@ export default defineComponent({
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
// background-color: #181818;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -440,7 +440,7 @@ export default defineComponent({
|
||||
.ant-modal-body{
|
||||
padding: 8rem 5rem !important;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
}
|
||||
//进度完成字体颜色
|
||||
|
||||
|
||||
@@ -653,7 +653,7 @@ export default defineComponent({
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
}
|
||||
.ant-modal-content{
|
||||
border-radius: 1rem;
|
||||
|
||||
@@ -707,7 +707,7 @@ export default defineComponent({
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
}
|
||||
.ant-modal-content{
|
||||
border-radius: 1rem;
|
||||
|
||||
@@ -151,7 +151,7 @@ export default defineComponent({
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: 65rem;
|
||||
height: calc(100rem*.614);
|
||||
// background-color: #181818;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -356,7 +356,7 @@ export default defineComponent({
|
||||
flex-direction: column;
|
||||
// height: 300px;
|
||||
min-height: 50rem;
|
||||
max-height: 65rem;
|
||||
max-height: calc(100rem*.614);
|
||||
overflow-y: auto;
|
||||
// border-radius: ;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user