按钮样式调整

This commit is contained in:
RuoYi
2018-05-24 12:55:00 +08:00
parent 2cf599b461
commit 4c05b04889
27 changed files with 72 additions and 73 deletions

View File

@ -49,7 +49,7 @@ $(function() {
align: 'center',
formatter: function(value, row, index) {
var actions = [];
actions.push('<a class="btn btn-warning btn-sm ' + detailFlag + '" href="#" title="详细信息" onclick="detail(\'' + row.operId + '\')"><i class="fa fa-search"></i></a>');
actions.push('<a class="btn btn-warning btn-xs ' + detailFlag + '" href="#" onclick="detail(\'' + row.operId + '\')"><i class="fa fa-search"></i>详细</a>');
return actions.join('');
}
}];