forked from nsjcy/frontEnd/nsjcy

liuwh
2020-06-09 69155bb24070e22789fceb34d14fe3311874126f
SunshineIns/src/conf/reset.scss
@@ -23,6 +23,14 @@
  margin: 0;
}
/* 禁止换行 */
.nowrap {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#root {
  height: 100%;
  overflow-x: hidden;