Files
EasySoft-ZenTaoPMS/module/story/css/batchcreate.css
2021-11-12 11:01:04 +08:00

13 lines
493 B
CSS

#importLinesModal .modal-dialog {width: 80%;}
#batchCreateForm .c-id {width: 50px; text-align: center; color: #838A9D;}
#batchCreateForm .c-module,
#batchCreateForm .c-plan {width: 180px;}
#batchCreateForm .c-name {width: 214px;}
#batchCreateForm .c-pri {width: 100px;}
#batchCreateForm .c-review {width: 95px;}
#batchCreateForm .c-estimate {width: 90px;}
#batchCreateForm .c-verify {width: 140px;}
#batchCreateForm .c-keywords {width: 140px;}
.body-modal .main-header > h2 {max-width: 80%;}