|
@@ -110,18 +110,17 @@ export default {
|
110
|
110
|
<style lang="scss" scoped>
|
111
|
111
|
.form-wrapper {
|
112
|
112
|
margin-bottom: 20px;
|
113
|
|
- /deep/ .el-input__inner {
|
|
113
|
+}
|
|
114
|
+/deep/ .el-input__inner {
|
114
|
115
|
background: #2d3744;
|
115
|
116
|
border: none;
|
116
|
117
|
border-radius: 0;
|
117
|
|
- }
|
118
|
118
|
}
|
119
|
|
-/deep/.el-select {
|
|
119
|
+/deep/ .el-select {
|
120
|
120
|
height: 40px;
|
121
|
121
|
.el-input__inner {
|
122
|
122
|
height: 40px;
|
123
|
123
|
}
|
124
|
|
-
|
125
|
124
|
.el-input__prefix, .el-input__suffix {
|
126
|
125
|
height: 40px;
|
127
|
126
|
}
|
|
@@ -141,6 +140,11 @@ export default {
|
141
|
140
|
line-height: 0px;
|
142
|
141
|
}
|
143
|
142
|
}
|
|
143
|
+/deep/ .form-wrapper .el-button {
|
|
144
|
+ background: linear-gradient(90deg,#0158d9,#3c97e4);
|
|
145
|
+ width: 100px;
|
|
146
|
+ height: 40px;
|
|
147
|
+}
|
144
|
148
|
.body-wrapper {
|
145
|
149
|
padding: 20px;
|
146
|
150
|
background: #0c0c0c;
|