Ver Fonte

调整首页风光下拉框

xusl há 1 ano atrás
pai
commit
65f81074e1

+ 24 - 0
ipfcst/ipfcst-reportquery/src/main/frontend/views/datav/bottomEcharts.vue

@@ -279,8 +279,32 @@ export default {
 .bSelectDiv /deep/ .el-select .el-input__inner {
   background: transparent;
   color: white;
+  height: 32px;
 }
+.bSelectDiv /deep/ .el-select .el-input {
+  position: relative;
+  font-size: 14px;
+  display: inline-block;
+  width: 45%;
+}
+.bSelectDiv /deep/ .el-select .el-input__icon {
+  height: 100%;
+  width: 25px;
+  text-align: center;
+  -webkit-transition: all .3s;
+  transition: all .3s;
+  line-height: 28px;
+}
+
 /deep/ .el-select-dropdown {
   background: #061f3e;
 }
+
+.el-select {
+  display: inline-block;
+  position: relative;
+  top: 8px;
+  left: 15px;
+}
+
 </style>