Tui 模块开发完成,数据正常写入数据库
This commit is contained in:
@@ -24,11 +24,12 @@ var (
|
||||
// 基础布局样式
|
||||
appStyle = lipgloss.NewStyle().
|
||||
Padding(1, 1).
|
||||
MarginBottom(1).
|
||||
BorderStyle(lipgloss.RoundedBorder()).
|
||||
BorderForeground(primaryColor).
|
||||
Foreground(textColor).
|
||||
Align(lipgloss.Center).
|
||||
Height(40)
|
||||
Align(lipgloss.Center)
|
||||
//Height(40)
|
||||
|
||||
// 标题样式
|
||||
titleStyle = lipgloss.NewStyle().
|
||||
|
||||
Reference in New Issue
Block a user