seo优化

This commit is contained in:
gongfuxiang
2019-06-02 21:45:10 +08:00
parent c8c4880074
commit 8bda4cb4f6
14 changed files with 178 additions and 73 deletions

View File

@ -564,4 +564,11 @@ table.am-table .am-btn-danger:hover {
}
#tree table.am-table td button.am-btn {
vertical-align: unset;
}
/**
* 警告框下表单最后一个去掉虚线
*/
.am-alert .am-form-group:last-child {
border-bottom: 0;
}