0
点赞
收藏
分享

微信扫一扫

3D问界—在MAYA中使用Python脚本进行批量轴居中

独孤凌雪 2024-07-24 阅读 6

记录:layui 让table里的下拉框不被遮挡

/* 这个是让table里的下拉框不被遮挡 */
.goods_table .layui-select-title,.goods_table .layui-select-title input{
    line-height: 28px;
    height: 28px;
}

.goods_table .layui-table-cell {
    overflow: visible !important;
}

.goods_table .layui-table-box {
    overflow: visible;
}

.goods_table .layui-table-body,.goods_table .layui-table-header {
    overflow: visible;
}

图示:
在这里插入图片描述

举报

相关推荐

0 条评论