Commit 1d3fb3f1910a9839dfe7072374331d665555e15d

Authored by fengtao
1 parent 583928ea

fix:修复背景为白色

... ... @@ -217,6 +217,7 @@ export default {
217 217 <style lang="scss" scoped>
218 218 .command-record {
219 219 padding: 0 30rpx;
  220 + background: #f8f9fa;
220 221 .filter-button {
221 222 font-size: 12px;
222 223 width: 160rpx;
... ...