ZZJ
2021-11-16 4cae7b89b60956e6c23e4c6e7a9e5a7b76927c53
src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue
@@ -19,7 +19,7 @@
  props: {
    actPicker:{
      type: String,
      default: 'today'  //现提供可选参数为:today week month year
      default: 'year'  //现提供可选参数为:today week month year
    }
  },
  watch: {
@@ -74,6 +74,7 @@
<style lang="scss">
.time-shortcut {
  margin-right: 62px;
  ul {
    display: flex;
    li {