diff --git a/app/templates/shared/main.css b/app/templates/shared/main.css index 31ebfabac..1d8b2f8bd 100644 --- a/app/templates/shared/main.css +++ b/app/templates/shared/main.css @@ -170,6 +170,7 @@ input::-ms-clear{display:none;} .newContainer{ min-height:100%; height: auto !important; height: 100%; /*IE6不识别min-height*/position: relative;} .educontent{width: 1200px;margin:0px auto;box-sizing: border-box}/*中间部分宽度固定为1200*/ +.educontents{width: 1200px;margin:0px auto;box-sizing: border-box}/*中间部分宽度固定为1200*/ .newMain{ margin: 0 auto; padding-bottom: 235px; min-width:1200px;}/*padding-bottom根据底部的高度而定*/ /*高度*/ diff --git a/public/react/src/modules/paths/ShixunPathSearch.js b/public/react/src/modules/paths/ShixunPathSearch.js index 0d81ade82..62b2695fd 100644 --- a/public/react/src/modules/paths/ShixunPathSearch.js +++ b/public/react/src/modules/paths/ShixunPathSearch.js @@ -122,7 +122,7 @@ class ShixunPathSearch extends Component{
-