Jelajahi Sumber

fix: 调整业务设置左侧栏最低宽度

lanjianrong 3 tahun lalu
induk
melakukan
7a56bb2fab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/pages/Schema/Base/components/LeftMenu.tsx

+ 1 - 1
src/pages/Schema/Base/components/LeftMenu.tsx

@@ -9,7 +9,7 @@ type LeftMenuProps = {
 
 const LeftMenu: React.FC<LeftMenuProps> = ({ title = '栏目/功能', options, onChange, value }) => {
   return (
-    <div className="h-full w-max-234px rounded-4px shadow-card">
+    <div className="h-full w-1/7 min-w-170px  rounded-4px shadow-card">
       <div className="p-4 border-b-1 border-solid border-black border-opacity-10 bg-[#f7f9fa] text-left">
         <span>{title}</span>
       </div>