@import "~antd/lib/style/themes/default.less";
@import "./constant.less";
@import "~antd/lib/style/core/index.less";
@import "~antd/lib/style/components.less";

// .ant-input {
//   border-radius: 0;
//   height: @form-input-height;
// }

// .has-error .ant-input:focus {
//   box-shadow: 0 0 0 2px rgba(224, 21, 21, 0.2);
//   border-color: #e01515;
// }

// .ant-menu-inline > .ant-menu-item{
//   font-size: @font-size-reg;
//   line-height: 44px;
//   height: 44px;
// }

// .ant-form-explain {
//     margin-top:5px;
// }

// // 图片上传
// .ant-upload-list-picture-card .ant-upload-list-item {
//   width:87px;
//   height:87px;
// }

// // menu
// // .ant-menu-inline > .ant-menu-item {
// //     border-bottom:1px solid @light-border-color;
// // }

// .ant-alert {
//   margin-bottom:0;
// }

// .ant-modal-body {
//   padding:15px 30px 20px;
// }

// .ant-checkbox-wrapper + span, .ant-checkbox + span {
//   margin-right:0;
// }

// .ant-checkbox-wrapper {
//   margin-bottom:0;
// }

// // 分页插件的页码输入
// .ant-pagination-options-quick-jumper input {
//   border-radius: 0;
//   height: @form-input-height;
//   line-height: @form-input-height;
// }

// // 下拉选择的组件
// .ant-select-selection--single {
//   height: @form-input-height;
// }

// .ant-select-selection {
//   border-radius: 0;
// }

// .ant-select-selection__rendered {
//   height: 30px;
//   line-height: 30px;
// }

// .ant-select-dropdown {
//   border-radius: 0;
// }

// .ant-pagination-prev, .ant-pagination-next, .ant-pagination-jump-prev, .ant-pagination-jump-next {
//   height: @form-input-height;
//   line-height: @form-input-height;
//   min-width: @form-input-height;
// }

// .ant-pagination-prev a:after, .ant-pagination-next a:after {
//   height: 28px;
//   line-height: 28px;
// }

// .ant-pagination-item {
//   height: @form-input-height;
//   line-height: @form-input-height;
//   min-width: @form-input-height;
// }

