我是Material UI的新手,但我想增加Grid List中图像切片之间的间距,我已经按照Material UI文档中的示例进行了操作,并搜索了Stack Overflow以获得类似示例,但是找到了答案。任何帮助或资源的方向将不胜感激。
答案 0 :(得分:1)
使用网格列表组件上的def validateDate(date1, date2):
try:
time_re = re.compile(r'^(1?[0-9]|2[0-3]):[0-5][0-9]$')
match(time_re, date1)
match(time_re, date2)
except :
print "Datos o formato incorrecto, deberia ser hh:mm \n"
道具:
padding
Read more on this in the documentation。另外,点击右上角的<>,查看示例代码。图标。