@@ -104,19 +104,21 @@ export default {
top: 165px;
}
+.el-select {
+ width: 100%;
+}
.el-form {
padding: 20px 20% 0 20%;
+
.el-form-item {
padding-top: 10px;
margin-inline: 20px;
margin-bottom: 0;
- .el-select{
- width: 100%;
- }
- .el-cascader{
- /deep/.el-input__inner{
+ .el-cascader {
+ /deep/.el-input__inner {
width: 180px;
@@ -147,5 +149,4 @@ export default {
margin-left: 50px;
font-size: 14px;
background: #3da0d6;
-}
-</style>
+}</style>