1.采用flex布局方式
.grid-title {
height: 76px;
margin: 0 -1px -1px 0;
background: #F8F8F8;
border: 1px solid #D8D8D8;
// 对齐方式
padding-right: 10px;
text-align: right;
display: flex;
align-items: center;
flex-direction: row-reverse;
}