.indexContainer { .anticon svg { margin-top: 0px; } } .mapContent { display: flex; .mapTool { width: 350px; .title { text-align: center; font-weight: 700; font-size: 14px; } .colorContent { width: 100%; display: flex; justify-content: space-between; .colorBox { width: 15px; height: 15px; border: 1px solid #ccc; } .currentColor { border: 2px solid #faad14; } } } .mapBox { display: flex; align-items: center; position: relative; margin-left: 15px; width: 100%; height: 600px; } } .ant-cascader-menu { height: 330px; }