Files
vxe-table/lib/toolbar/style/style.css
xuliangzhan cab0381376 update
2019-09-10 17:18:05 +08:00

1 line
2.1 KiB
CSS

.vxe-toolbar{padding:10px 0}.vxe-toolbar:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-toolbar.is--loading{position:relative}.vxe-toolbar.is--loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.2)}.vxe-toolbar.size--mini,.vxe-toolbar.size--small{padding:8px 0}.vxe-toolbar.size--medium .vxe-custom--setting-btn,.vxe-toolbar.size--medium .vxe-refresh--btn{font-size:17px}.vxe-toolbar.size--small .vxe-custom--setting-btn,.vxe-toolbar.size--small .vxe-refresh--btn{font-size:15px}.vxe-toolbar.size--mini .vxe-custom--setting-btn,.vxe-toolbar.size--mini .vxe-refresh--btn{font-size:14px}.vxe-toolbar .vxe-custom--wrapper,.vxe-toolbar .vxe-refresh--wrapper,.vxe-toolbar .vxe-tools--wrapper{float:right}.vxe-toolbar .vxe-custom--wrapper{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,.vxe-toolbar .vxe-refresh--btn{font-size:18px;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,.vxe-toolbar .vxe-refresh--btn:hover{background-color:#f0f0f0;border-radius:50%}.vxe-toolbar .vxe-custom--setting-btn>i,.vxe-toolbar .vxe-refresh--btn>i{display:block}.vxe-toolbar .vxe-refresh--btn{padding:7px}.vxe-toolbar .vxe-custom--setting-btn{padding:4px}.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;margin:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}