zhanghua
2023-11-10 a1fb7d5473505c08cd0a20f68d3007c6efd383ff
src/views/smoke/report/components/header/header2.vue
@@ -66,8 +66,12 @@
    return {
      codeColorOptions: [
        {
          label: "红书",
          label: "红色",
          value: "Red",
        },
        {
          label: "黄色",
          value: "Yellow",
        },
        {
          label: "绿色",
@@ -151,5 +155,6 @@
<style lang="scss" scoped>
.header {
  line-height: normal;
  margin-left: 20px;
}
</style>