|
@@ -26,6 +26,7 @@ a {
|
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
|
.el-form.over_y {
|
|
.el-form.over_y {
|
|
|
max-height: calc(100vh - 340px);
|
|
max-height: calc(100vh - 340px);
|
|
|
|
|
+ overflow: auto;
|
|
|
}
|
|
}
|
|
|
/deep/.el-form-item__label {
|
|
/deep/.el-form-item__label {
|
|
|
float: none;
|
|
float: none;
|
|
@@ -83,6 +84,17 @@ a {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+.survey_dialog{
|
|
|
|
|
+ .el-dialog{
|
|
|
|
|
+ // width:25%;
|
|
|
|
|
+ width: 400px;
|
|
|
|
|
+ height: 750px;
|
|
|
|
|
+ margin-top: 20px !important;
|
|
|
|
|
+ background: url("../../assets/survey_bg.png") no-repeat;
|
|
|
|
|
+ background-size:100% 100%;
|
|
|
|
|
+ border-radius: 60px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
<template>
|
|
<template>
|
|
|
<section>
|
|
<section>
|
|
@@ -246,6 +258,7 @@ a {
|
|
|
:title="dialogTitle"
|
|
:title="dialogTitle"
|
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
|
:visible.sync="dialogVisible1"
|
|
:visible.sync="dialogVisible1"
|
|
|
|
|
+ class="survey_dialog" width="400px"
|
|
|
>
|
|
>
|
|
|
<div class="item-main">
|
|
<div class="item-main">
|
|
|
<img src="../../assets/survey_logo.png" alt="" class="survey_logo" />
|
|
<img src="../../assets/survey_logo.png" alt="" class="survey_logo" />
|