我希望将ipywidget函数中的按钮对象对准中心。这是我正在使用的代码示例
bt = widgets.Button(layout=Layout(width='180px'),style =
{'description_width': '25%'})
b_config_save = widgets.Button(
description="Save",
layout=bt.layout,
style=bt.style,
button_style='primary'
)