浏览代码

表单样式调整

duwendi 1 年之前
父节点
当前提交
ff515e7b26
共有 2 个文件被更改,包括 9 次插入5 次删除
  1. 1 1
      src/components/barChart.vue
  2. 8 4
      src/pages/index/components/operation_log.vue

+ 1 - 1
src/components/barChart.vue

@@ -196,7 +196,7 @@ export default {
196 196
 }
197 197
 </script>
198 198
 
199
-<style lang="less"scoped>
199
+<style lang="less" scoped>
200 200
   .chart {
201 201
     width: 100%;
202 202
     height: 100%;

+ 8 - 4
src/pages/index/components/operation_log.vue

@@ -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;