mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(upload) improve style
This commit is contained in:
parent
070ccc4fbb
commit
8859587768
1 changed files with 5 additions and 5 deletions
|
|
@ -41,11 +41,11 @@ async function show() {
|
|||
|
||||
createElement('style', {
|
||||
dataName: 'upload-css',
|
||||
innerText: '[data-name=js-upload-file-button] {' +
|
||||
`font-family: ${fontFamily};` +
|
||||
'font-size: 20px;' +
|
||||
'width: 97%' +
|
||||
'}',
|
||||
innerText: `[data-name=js-upload-file-button] {
|
||||
font-family: ${fontFamily};
|
||||
font-size: 16px;
|
||||
margin: 10px 0 10px 0;
|
||||
}`
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue