diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/target/classes/static/index.html b/target/classes/static/index.html index f925630..7457f46 100644 --- a/target/classes/static/index.html +++ b/target/classes/static/index.html @@ -34,7 +34,7 @@ /* 输入框获取焦点时移除 placeholder */ .dzm-textarea:focus:before { content: none; - border: thick #019AFF; + border: 5px solid #019aff; } .textcopy {