f334ee31 by liangyifan

颜色

1 parent b5e1d553
...@@ -118,9 +118,8 @@ export default { ...@@ -118,9 +118,8 @@ export default {
118 118
119 .ls-title { 119 .ls-title {
120 padding: 16px; 120 padding: 16px;
121 background: linear-gradient(2deg, #00CCFF, transparent);
122 color: #ffffff; 121 color: #ffffff;
123 122 background: linear-gradient(-2deg,#409EFF, transparent)
124 } 123 }
125 124
126 .ls-title .svg-icon { 125 .ls-title .svg-icon {
......