.layui-form-label{
    width: 100px!important;
}

/* 精简的collapse防抖动样式 */
.layui-form {
    position: relative;
    padding-bottom: 80px;
}

.fixed-button-container {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* 防止页面滚动时的抖动 */
body {
    overflow-x: hidden;
}