* remove save path when create doc.

This commit is contained in:
wangyidong
2023-04-14 09:49:57 +08:00
parent 55fb03a3ee
commit 3ee191bd66
8 changed files with 0 additions and 53 deletions
-2
View File
@@ -1,10 +1,8 @@
body {overflow: hidden;}
.doc-title {width:400px;}
.doc-title input {border: unset; font-size: 18px; font-weight: bold; color: #3c4353; padding-left: 16px;}
.doc-title .form-control:focus {border: unset; box-shadow: unset;}
.doc-title input::-webkit-input-placeholder {color: #D8DBDE;}
.doc-title.required:after {top: 4px; right: 0; left: 12px; display: inline-table;}
#savePath {display:inline-block; width:320px; overflow:hidden; white-space: nowrap; height: 19px; padding-top: 4px; padding-right:8px;}
.contenthtml.required:after {right:3px;}
#headerBox {border-bottom: 1px solid #e3e3e3;}
#headerBox td:last-child {padding-right: 24px;}