Commit dd733de1 authored by 陈龙's avatar 陈龙

feat: 给定滚动组件最小宽度

parent 0e02f0a9
import React from 'react';
import AlarmScrollAssembly from '../index';
export default () => {
return <AlarmScrollAssembly deviceType={'二供泵房,二供机组'} />;
};
......@@ -38,6 +38,7 @@
flex-direction: column;
gap: 8px;
width: 100%;
min-width: 930px;
height: 42px;
overflow-y: scroll;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment