diff --git a/static/styles.css b/static/styles.css index b8b250c..82a1d67 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,3 +1,4 @@ + body { font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; max-width: 900px; diff --git a/templates/clients.html b/templates/clients.html index 65a9a4c..240980a 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -1,27 +1,31 @@ +
-| 用户名 | +状态 | 操作 |
|---|---|---|
| {{ user.name }} | +{{ "启用" if user.is_active else "禁用" }} |
|