Browse Source

待选区域协议或者体位卡片过多时,控制不要撑大页面

dengdx 2 months ago
parent
commit
cce4bcc080
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/patient/components/register.available.list.tsx

+ 1 - 1
src/pages/patient/components/register.available.list.tsx

@@ -37,7 +37,7 @@ const RegisterAvailableList: React.FC = () => {
       {/* 列表区域 */}
       {/* 列表区域 */}
       <div
       <div
         style={{ flex: 1, overflow: 'auto', padding: 16 }}
         style={{ flex: 1, overflow: 'auto', padding: 16 }}
-        className="border border-red-300"
+        className="border border-red-300 h-full overflow-auto"
       >
       >
         {selected.selected === 'protocol' ? (
         {selected.selected === 'protocol' ? (
           <ProtocolSelectionList />
           <ProtocolSelectionList />