Files
vxe-table/lib/toolbar/style/style.css
xuliangzhan f6e05316b5 update
2019-07-05 18:18:14 +08:00

1 line
1.5 KiB
CSS

.vxe-toolbar{padding:10px 0}.vxe-toolbar:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-toolbar.size--mini,.vxe-toolbar.size--small{padding:8px 0}.vxe-toolbar.size--medium .vxe-custom--setting-btn{font-size:17px}.vxe-toolbar.size--small .vxe-custom--setting-btn{font-size:15px}.vxe-toolbar.size--mini .vxe-custom--setting-btn{font-size:14px}.vxe-toolbar .vxe-custom--wrapper{float:right;text-align:right;position:relative}.vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--setting-btn{background-color:#d9dadb;border-radius:50%}.vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--option-wrapper{display:block}.vxe-toolbar .vxe-custom--setting-btn{font-size:18px;padding:4px;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vxe-toolbar .vxe-custom--setting-btn:hover{background-color:#f0f0f0;border-radius:50%}.vxe-toolbar .vxe-custom--option-wrapper{display:none;position:absolute;right:0;text-align:left;background-color:#fff;z-index:19;max-height:200px;overflow:auto;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.2)}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--option{padding:5px 5px;border:1px solid #e8eaec;border-radius:2px;font-weight:700;font-size:14px}.vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--option>.vxe-checkbox{display:block;padding:5px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}