+
+
-
@@ -269,4 +269,25 @@ export default {
text-align: center;
border: 1px solid #2020cc;
}
+.homeBox{
+ margin: 10px 0px;
+ border: 1px solid #999;
+}
+.homeBox1{
+ padding: 15px 0px;
+ border-bottom: 1px solid #999;
+}
+.homeBox2{
+ font-size: 20px;
+ width: 100px;
+ margin-top: 8px;
+ float: left;
+ margin-left: 10px;
+}
+.timeSlot{
+ font-size: 20px;
+ width: 100px;
+ float: left;
+ margin-left: 10px;
+}
diff --git a/v4/src/views/option/kline.vue b/v4/src/views/option/kline.vue
index 03393a5..22dd5d0 100644
--- a/v4/src/views/option/kline.vue
+++ b/v4/src/views/option/kline.vue
@@ -436,7 +436,8 @@ methods: {
color: "#5786d2",
"border-bottom": "1px solid #5786d2",
});
- // localStorage.setItem("tim", v.resolution);
+ localStorage.setItem("tim", v.resolution);
+ _this.$emit("selectTime", v.resolution);
}
btn = button.on("click", function (e) {
$(this).parents(".left").children().find(".my-date").removeAttr("style");