zt 1 рік тому
батько
коміт
4250b26d91
1 змінених файлів з 13 додано та 13 видалено
  1. 13 13
      src/views/Main.vue

+ 13 - 13
src/views/Main.vue

@@ -188,10 +188,10 @@ export default {
 }
 </script>
 <style scoped>
-.el-dialog__headerbtn {
+::v-deep .el-dialog__headerbtn {
   display: none;
 }
-.el-dialog__wrapper{
+::v-deep .el-dialog__wrapper{
   width: 42.5625rem !important;
   height: 24.375rem !important;
   background: #E5F0FF !important;
@@ -201,7 +201,7 @@ export default {
   margin-left: -21.25rem !important;
   margin-top: -12.1875rem !important;
 }
-.el-dialog{
+::v-deep .el-dialog{
   width: 100% !important;
   height: 100% !important;
   margin: 0 !important;
@@ -224,40 +224,40 @@ export default {
   margin-left: -14.0625rem !important;
   margin-top: -13.75rem !important;
 }
-.el-form{
+::v-deep .el-form{
   margin-top: 1.875rem !important;
 }
-.el-form-item__label{
+::v-deep .el-form-item__label{
   font-size: 1.25rem !important;
   font-weight: 800 !important;
   color: #1A65B2 !important;
 }
-.el-input{
+::v-deep .el-input{
   width: 37.1875rem !important;
   height: 3.75rem !important;
   background: #CFE0F6 !important;
   border-radius: 0.625rem !important;
   margin-top: 1rem;
 }
-.el-input__inner{
+::v-deep .el-input__inner{
   height: 3.75rem !important;
   border: 0.0625rem solid #1A65B2 !important;
   border-radius: 0.625rem !important;
 }
-.el-input input{
+::v-deep .el-input input{
   color: #1A65B2 !important;
   border: 0.0625rem solid #1A65B2 !important;
 }
-.el-input input::placeholder{
+::v-deep .el-input input::placeholder{
   font-size: 1rem;
   font-weight: 400;
   color: #1A65B2;
   opacity: 0.63;
 }
-.el-dialog__footer{
+::v-deep .el-dialog__footer{
   text-align: left !important;
 }
-.el-button{
+::v-deep .el-button{
   width: 11.0625rem !important;
   height: 3.75rem !important;
   background: #E5F0FF !important;
@@ -269,12 +269,12 @@ export default {
   color: #1A65B2 !important;
 
 }
-.el-button--primary{
+::v-deep .el-button--primary{
   background: #1A65B2 !important;
   color: #FFFFFF !important;
   margin-left: 0 !important;
 }
-.el-button--danger{
+::v-deep .el-button--danger{
   background: #ee7474 !important;
   color: #FFFFFF !important;
   border: 0.0625rem solid #EE7474 !important;