title = '修改密码'; $this->params['breadcrumbs'][0] = $this->title; $session = Yii::$app->session->getAllFlashes(); if (!empty($session)) { foreach ($session as $key => $item) { $this->registerJs("z.showTip('$key', '$item');"); } } $this->registerCss('label.control-label{width: 140px !important}') ?>