docs: table title center with <center> </centor> method

This commit is contained in:
Alex Duan 2024-12-16 18:16:41 +08:00
parent 561861f975
commit bfa50870ae
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ If there is no TDengine option in the drop-down list, please confirm that the st
```bash
taosws://user:password@host:port
```
| Parameter | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parameter Description |
| Parameter | <center>Parameter Description</center> |
|:---------- |:--------------------------------------------------------- |
|user | Username for logging into TDengine database |
|password | Password for logging into TDengine database |

View File

@ -35,7 +35,7 @@ pip3 install taos-ws-py
```bash
taosws://用户名:密码@主机名:端口号
```
| 参数名称 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;参数说明 |
| 参数名称 | <center>参数说明</center> |
|:------- |:-------------------------------- |
| 用户名 | 登录 TDengine 数据库用户名 |
| 密码 | 登录 TDengine 数据库密码 |