/**
 * @file resetAnt.css
 * @author lihuanji
 *
 * 全局覆盖ant css
 */

.am-toast{

    .am-toast-notice-content .am-toast-text {
        min-width: 200px;
    }
}
