riku
2025-11-27 63d9a9c62fd34f4b48a157e0bc57dd82ee09a197
src/components/ToolBar.vue
@@ -38,22 +38,11 @@
    title: String,
    descriptions: {
      type: Array,
      default: () => [
        {
          name: '',
          value: ''
        }
      ]
      default: () => []
    },
    buttons: {
      type: Array,
      default: () => [
        {
          name: '',
          color: 'primary',
          click: () => {}
        }
      ]
      default: () => []
    }
  }
};
@@ -63,7 +52,7 @@
  background-color: white;
  height: var(--height-toolbar);
  border-bottom: 1px solid var(--el-color-info-light-7);
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 4px;
}