Authored by zhangxiaoru

address

... ... @@ -120,7 +120,7 @@ const list = (req, res) => {
{
link: 'http://www.yohoblk.com/editorial',
pathTitle: '资讯',
name: '资讯'
name: 'Editorial资讯'
},
{
pathTitle: '资讯',
... ... @@ -185,7 +185,7 @@ const detail = (req, res, next) => {
{
link: 'http://www.yohoblk.com/editorial',
pathTitle: '资讯',
name: '资讯'
name: 'Editorial资讯'
},
{
pathTitle: '资讯',
... ...
... ... @@ -115,12 +115,17 @@
height: 30px;
}
.table-body {
height: 53px;
}
.table-body td {
padding: 8px 0 8px 10px;
}
.select-row {
border: solid 2px black;
height: 54px;
}
.width-name {
... ...