2021年1月8日

摘要: import dash_bootstrap_components as dbc import dash_html_components as html app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP]) row 阅读全文
posted @ 2021-01-08 17:42 Arron_Ramsey 阅读(1055) 评论(0) 推荐(0)
 
摘要: https://www.cnblogs.com/xjnotxj/p/10725268.html 阅读全文
posted @ 2021-01-08 16:22 Arron_Ramsey 阅读(131) 评论(0) 推荐(0)
 
摘要: 垂直居中:line-height = height 水平居中:text-align:center margin:0 auto; 阅读全文
posted @ 2021-01-08 14:32 Arron_Ramsey 阅读(1134) 评论(0) 推荐(0)