fix: webdav

This commit is contained in:
lollipopkit
2023-12-19 15:24:21 +08:00
parent 2b1b6c7afb
commit eec13678a1
9 changed files with 53 additions and 67 deletions

View File

@@ -135,7 +135,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
(e) => Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(e.key.i18n, style: UIs.textSize15),
Text(e.key.i18n, style: UIs.textSize13),
Text(e.value, style: UIs.textSize13Grey)
],
).padding(const EdgeInsets.symmetric(vertical: 2)),