123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- /*列表上方操作按钮区域*/
- .ant-card-body .table-operator {
- margin-bottom: 8px;
- }
- /** Button按钮间距 */
- .table-operator .ant-btn {
- margin: 0 8px 8px 0;
- }
- .table-operator .ant-btn-group .ant-btn {
- margin: 0;
- }
- .table-operator .ant-btn-group .ant-btn:last-child {
- margin: 0 8px 8px 0;
- }
- /*列表td的padding设置 可以控制列表大小*/
- .ant-table-tbody .ant-table-row td {
- padding-top: 15px;
- padding-bottom: 15px;
- }
- /*列表页面弹出modal*/
- .ant-modal-cust-warp {
- height: 100%
- }
- /*弹出modal Y轴滚动条*/
- .ant-modal-cust-warp .ant-modal-body {
- height: calc(100% - 110px) !important;
- overflow-y: auto
- }
- /*弹出modal 先有content后有body 故滚动条控制在body上*/
- .ant-modal-cust-warp .ant-modal-content {
- height: 90% !important;
- overflow-y: hidden
- }
- /*列表中有图片的加这个样式 参考用户管理*/
- .anty-img-wrap {
- height: 25px;
- position: relative;
- }
- .anty-img-wrap > img {
- max-height: 100%;
- }
- /*列表中范围查询样式*/
- .query-group-cust{width: calc(50% - 10px)}
- .query-group-split-cust:before{content:"~";width: 20px;display: inline-block;text-align: center}
- /*erp风格子表外框padding设置*/
- .ant-card-wider-padding.cust-erp-sub-tab>.ant-card-body{padding:5px 12px}
- /* 内嵌子表背景颜色 */
- .j-inner-table-wrapper /deep/ .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
- background-color: #FFFFFF;
- }
- /**隐藏样式-modal确定按钮 */
- .jee-hidden{display: none}
- .ant-table-tbody > tr > td {
- padding: 8px 8px !important
- }
- .ant-table{
- line-height: 1;
- }
- .ant-table .ant-table-row{
- height: 45px!important
- }
- .ant-table .ant-table-thead tr{
- height: 43px!important
- }
- .ant-modal-body{
- padding: 24px;
- }
- .ant-btn-link {
- color: #544BEB!important;
- background-color: transparent!important;
- border-color: transparent!important;
- box-shadow: none!important;
- height: auto!important;
- }
- .ant-form {
- .ant-form-item-label {
- width: auto;
- }
- }
- .table {
- width: 100%;
- }
- .googlleads,
- .home,
- .seo_keywords_rank_wrap,
- .seo-keywords-list,
- .adweb-enquiry-list,
- .adweb-waste-enquiry-list,
- .traffic-analysis-page,
- .enquiry-analysis-page{
- padding-top: 72px !important;
- .search-form {
- position: fixed;
- width: 100%;
- z-index: 999;
- top: 110px;
- background-color: #f5f5f5;
- //background-color: var(--header-bg-color) !important;
- .search-form-container {
- align-items: center;
- margin: 20px 0;
- }
- }
- }
|