This commit is contained in:
孙华伟
2022-02-14 17:09:23 +08:00
parent 99532c30e0
commit 77210ab767
2 changed files with 3 additions and 2 deletions
@@ -15,7 +15,7 @@
</style>
<div id='mainMenu' class='clearfix'>
<div class='pull-right'>
<?php if(common::hasPriv('custom', 'setstoryconcept')) echo html::a($this->createLink('custom', 'setstoryconcept', '', '', true), $lang->custom->setStoryConcept, '', "class='btn btn-primary iframe' data-width=" . ($this->config->URAndSR ? "590px" : "405px"));?>
<?php if(common::hasPriv('custom', 'setstoryconcept')) echo html::a($this->createLink('custom', 'setstoryconcept', '', '', true), $lang->custom->setStoryConcept, '', "class='btn btn-primary iframe' data-width=50%");?>
</div>
</div>
<div id='mainContent' class='main-row'>
+2 -1
View File
@@ -10,4 +10,5 @@ th.c-pri{width:50px;}
.c-estimate {width: 50px;}
.c-status, .c-user {width: 70px;}
.c-category {width: 80px;}
.c-actions-7 {width: 190px;}
.c-actions-7 {width: 190px;}
.closed-story {color: #e5e5e5;}