whao před 2 roky
rodič
revize
aa1283a140
2 změnil soubory, kde provedl 56 přidání a 2 odebrání
  1. 27 1
      src/assets/styles/base.scss
  2. 29 1
      src/components/eventLocation.vue

+ 27 - 1
src/assets/styles/base.scss

@@ -267,7 +267,8 @@ div::-webkit-scrollbar {
 	margin-right: 1rem;
 }
 .el-button{
-	padding:.8rem 2rem
+	padding:.8rem 2rem;
+	margin-left: 2rem;
 }
 .d-tit {
 	display: flex;
@@ -1191,6 +1192,30 @@ div::-webkit-scrollbar {
 .el-dialog:not(.is-fullscreen) {
     margin-top: 15vh !important;
 }
+.el-input__inner{
+					background: #071927;
+					border: 1px solid #2a3a60;
+					color: #1fb0b0;
+					margin-left: 1rem;
+}
+.el-select{
+	margin-left: 1rem !important;
+}
+.el-select-dropdown{
+	margin-left: 1rem;
+	padding-left: 1rem;
+}			
+			
+.el-form-item{
+			margin-bottom: 1rem;
+		}
+		
+.e-btm-btn{
+		width: 100%;
+		height: 3rem;
+		display: flex;
+		justify-content: flex-end;
+	}
 //切换
 	.el-tabs__nav-wrap::after {
 	  background: none !important;
@@ -1318,6 +1343,7 @@ div::-webkit-scrollbar {
 					background: #071927;
 					border: 1px solid #2a3a60;
 					color: #1fb0b0;
+					margin-left: 1rem;
 				}
 			}
 		}

+ 29 - 1
src/components/eventLocation.vue

@@ -1072,7 +1072,35 @@
 
 <style rel="stylesheet/scss" lang="scss" scoped>
   @import '@/assets/styles/base.scss';
-
+  .event-info-con{
+		width: 100%;
+		display: flex;
+		.e-left{
+			width: 32%;
+		}
+		.e-center{
+			width: 30%;
+			margin-left: 1%;
+			.img-company{
+				width: 100%;
+				height: 18.3vh;
+				img{}
+			}
+		}
+		.e-right{
+			margin-left: 1%;
+			width: 45%;
+		}
+		.e-location-left{
+			width: 28%;
+			margin-top: 1rem;
+		}
+		.e-location-right{
+			width: 71%;
+			margin-top: 1.3rem;
+			margin-left: 1rem;
+		}
+	}
   .el-dialog:not(.is-fullscreen) {
     margin-top: 5.5vh !important;
   }