css 设置Table 居中

<style type="text/css">
	table{
	 	margin: auto; //设置Table 居中 
	}
    td {
        height: 30px;
    }
    input {
        padding: 3px 0 3px 0;
    }
    .easyui-combobox {
        height: 24px;
    }
    .combo-arrow {
        height: 24px;
    }
    .combo-text {
        height: 24px;
    }    
    .span-width {
        width: 100px;
        padding-left: 20px;
    }
    .input-td-width {
        width: 240px;
    }
</style>

相关推荐