@@ -37,6 +37,12 @@ export default {
.info .btn {
text-align: center;
}
+
+/deep/.el-button {
+ color: #fff;
+ background-color: red;
+ border-color: red;
+}
/deep/.el-input__inner {
height: 30px;
line-height: 30px;
@@ -122,4 +122,9 @@ export default {
.form {
padding: 0 200px 0 0;
</style>
@@ -81,6 +81,7 @@ export default {
console.log(code);
this.$emit('yi', code);
},
changeer(code) {
this.$emit('er', code);
@@ -99,4 +100,10 @@ export default {
};
</script>
-<style lang="scss" scoped></style>
+<style lang="less" scoped>
+</style>