fix melt and boil col
This commit is contained in:
@ -769,11 +769,11 @@ def compound_search_page():
|
|||||||
|
|
||||||
with col1:
|
with col1:
|
||||||
st.subheader("熔点")
|
st.subheader("熔点")
|
||||||
if compound.melting_point:
|
if compound.melting_point:
|
||||||
for mp in compound.melting_point:
|
for mp in compound.melting_point:
|
||||||
st.write(f"• {mp}")
|
st.write(f"• {mp}")
|
||||||
else:
|
else:
|
||||||
st.warning("未找到熔点数据")
|
st.warning("未找到熔点数据")
|
||||||
|
|
||||||
with col2:
|
with col2:
|
||||||
st.subheader("沸点")
|
st.subheader("沸点")
|
||||||
|
Reference in New Issue
Block a user