Example #1
0
 public function label()
 {
     $width = $this->width() ? $this->width() : '不限';
     $height = $this->height() ? $this->height() : '不限';
     $size = $this->size() ? $this->size() : '不限';
     return parent::label() . static::tooltip("宽度{$width}高度{$height}尺寸{$size}", 'picture');
 }
Example #2
0
 public function label()
 {
     return parent::label() . static::tooltip('标签只能单个提交:输入一个点击一次【增加标签】', 'exclamation-sign');
 }