Преглед изворни кода

feat: LasyCascader补充注释

lanjianrong пре 4 година
родитељ
комит
e4cba2b5da
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/components/LazyCascader/LazyCascader.jsx

+ 1 - 0
src/components/LazyCascader/LazyCascader.jsx

@@ -149,6 +149,7 @@ const CLazyCascader = props => {
     <div className={[styles.cascader, 'Cascader-Body'].join(' ')}>
       <Cascader
         value={cValue}
+        // 使用这个会导致小屏下市、区的层级不显示
         // getPopupContainer={triggerNode => triggerNode.parentNode}
         popupVisible={visible}
         placeholder="省/市/区"