Browse Source

notebook页面文字修改

dev
wenlele 2 years ago
parent
commit
5f289beaf0
  1. 2
      web/client/src/sections/data/containers/notebook.jsx
  2. 2
      web/client/src/sections/facility/containers/monitor.jsx

2
web/client/src/sections/data/containers/notebook.jsx

@ -51,7 +51,7 @@ const Grafana = (props) => {
> 进入Notebook</a>
</div>
<div style={{ width: 679, height: 40, fontSize: 28, fontWeight: 400, color: '#146AD7', lineHeight: '40px', marginTop: 40 }}>
点击可跳转服务器监控网站Notebook</div>
点击可跳转 数据分析网站notebook</div>
</div>
</div>
{/* <iframe frameBorder="0" src={pomsMonitor} style={{height: 'calc(100vh - 80px)', width: 'calc(100%)'}} /> */}

2
web/client/src/sections/facility/containers/monitor.jsx

@ -26,13 +26,11 @@ const SetControl = (props) => {
<div style={{ display: 'flex', flexDirection: 'column', width: 200, height: 310 }} onClick={() => {
history.push({ pathname: '/facility/serverInformation/grafana', })
}}>
<img src='/assets/images/background/grafana.png' style={{ width: 200, height: 200, marginBottom: 20 }} />
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
<div style={{ fontWeight: 500, fontSize: 18, color: '#000', width: 75, height: 25, margin: '16px 0 8px' }}>grafana</div>
<div style={{ fontSize: 16, color: '#646566' }}>监控可视化工具</div>
</div>
</div>
</div>

Loading…
Cancel
Save