zhanghua
2025-07-16 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
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>