16 lines
450 B
CSS
16 lines
450 B
CSS
|
|
/**
|
||
|
|
* @Author: zhangtq 2452618307@qq.com
|
||
|
|
* @Date: 2024-11-18 13:33:30
|
||
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
||
|
|
* @LastEditTime: 2024-11-18 13:36:08
|
||
|
|
* @FilePath: static/js/qx/utility/mini-easyui/themes/bootstrap/filebox.css
|
||
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
||
|
|
*/
|
||
|
|
.filebox .textbox-value {
|
||
|
|
vertical-align: top;
|
||
|
|
visibility: hidden;
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: -5000px;
|
||
|
|
}
|