* Adjust the width of ifram.

This commit is contained in:
holan20180123
2021-01-19 14:27:32 +08:00
parent 5165b1b363
commit 6df048c4f0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@ class programModel extends model
$user = $this->loadModel('user')->getByID($project->PM, 'account');
$userID = !empty($user) ? $user->id : '';
$PMLink = helper::createLink('user', 'profile', "userID=$userID", '', true);
echo empty($project->PM) ? '' : html::a($PMLink, zget($users, $project->PM), '', "data-toggle='modal' data-type='iframe' data-width='600'");
echo empty($project->PM) ? '' : html::a($PMLink, zget($users, $project->PM), '', "data-toggle='modal' data-type='iframe' data-width='800'");
break;
case 'begin':
echo $project->begin;