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

This commit is contained in:
jimlee 2023-03-03 11:10:29 +08:00
parent 5929098f0b
commit 0112a26dde

View File

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