loulijun2021
2022-12-29 b417ffcc48caff0f1e177b8445d22683cc9b08af
src/layout/components/Settings/index.vue
@@ -1,10 +1,10 @@
<template>
  <div class="drawer-container">
    <div>
      <h3 class="drawer-title">Page style setting</h3>
      <h3 class="drawer-title">项目配置</h3>
      <div class="drawer-item">
        <span>Theme Color</span>
        <span>主题颜色</span>
        <theme-picker style="float: right;height: 26px;margin: -3px 8px 0 0;" @change="themeChange" />
      </div>