Commit 434555b6 by 陈超

T

parent 77573c9c
...@@ -426,14 +426,14 @@ div::-webkit-scrollbar { ...@@ -426,14 +426,14 @@ div::-webkit-scrollbar {
.area_value_style { .area_value_style {
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: row; flex-direction: row-reverse;
color: #969799; color: #969799;
} }
.area_value_style_normal { .area_value_style_normal {
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: row; flex-direction: row-reverse;
color: #323233; color: #323233;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment