摘要: 1. Text 的绝对居中 Android中显示时会有默认的padding保留,导致垂直居中会有误差 //不写下面两个,Android系统上文字会偏下* includeFontPadding: false, textAlignVertical: "center", Text省略号显示 <Text n 阅读全文
posted @ 2022-06-30 13:42 淡墨青花 阅读(188) 评论(0) 推荐(1)
摘要: sudo npm uninstall npm -gsudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*sudo rm -rf /usr/local/include/node 阅读全文
posted @ 2020-05-21 16:27 淡墨青花 阅读(540) 评论(0) 推荐(0)
摘要: body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0;}body,button,inp 阅读全文
posted @ 2020-05-19 15:56 淡墨青花 阅读(133) 评论(0) 推荐(0)
摘要: Node interpreter: node path Node parameters: -r babel-register Working directory: Project javascript file: index.js 阅读全文
posted @ 2020-05-19 15:51 淡墨青花 阅读(208) 评论(0) 推荐(0)