body.force-hide-store-delete .storeBox .m-t-defaul .workBench .actionBtn > *:last-child { display: none !important; }
    body.force-hide-store-delete .storeBox .m-t-defaul .store .actionBtn > *:last-child { display: none !important; }
    body.force-hide-store-delete .wordStore .m-t-defaul .actionBtn > *:nth-child(3) { display: none !important; }
    /* 空码绑定弹窗行内操作（删除等）不得被门店账号删除隐藏规则误伤 */
    body.force-hide-store-delete #blank-qr-modal .blank-qr-op button[data-act] { display: inline-flex !important; }
    /* 门店账号：桌位管理（桌位设置）内「操作-删除」不得被门店列表删除规则误伤 */
    body.force-hide-store-delete .tablePosition .el-table button,
    body.force-hide-store-delete .tablePosition .el-table .el-button,
    body.force-hide-store-delete .tablePosition .el-table a,
    body.force-hide-store-delete .tablePosition .el-table [role='button'] { display: inline-flex !important; }