🆗 调整界面样式,放大操作按钮,增加清空按钮

This commit is contained in:
jimlee 2023-03-03 11:32:56 +08:00
parent 0112a26dde
commit 832cf28213
2 changed files with 9 additions and 1 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -34,7 +34,7 @@
/* 输入框获取焦点时移除 placeholder */
.dzm-textarea:focus:before {
content: none;
border: thick #019AFF;
border: 5px solid #019aff;
}
.textcopy {