当前位置:网站首页>laravel-admin FROM表单同行展示问题
laravel-admin FROM表单同行展示问题
2022-08-02 03:26:00 【陌潇】
实现如下效果

$form->row(function ($row) {
$row->width(6)->text('title', '商品名')->rules('required', [
'required' => '请填写促销商品名',
]);
$row->width(6)->text('title', '商品名')->rules('required', [
'required' => '请填写促销商品名',
]);
});但是这个还存在一个问题,就是没有卸载这个方法里面的字段不显示。我的解决办法就是把全部参数放在方法里面。
这里有说明这个问题,想看的可以去看看Let's go。
有大佬解决的欢迎评论去见。
边栏推荐
- 一次代码审计的笔记(CVE-2018-12613 phpmyadmin文件包含漏洞)
- The CTF introductory notes of SQL injection
- 挖矿是什么意思?矿工都做了什么?
- How to determine the direction based on two coordinate points on the map
- Phonebook
- The CTF introduction of PHP file contains
- After Alibaba Cloud sets up domain name resolution redirection, I cannot use Chrome to access it
- 战场:3(双子叶植物)vulnhub走读
- 对账、结账、错账更正方法、划线更正法、红字更正法、补充登记法
- Uniapp | compatibility problems in the development of (to be continued)
猜你喜欢

Orasi: 1 vulnhub walkthrough

解决flex布局warp自动换行下最后一行居中问题

一个网络安全小白鼠的学习之路——nmap的基本使用

动力:2 vulnhub预排

重点考:从债劵的角度来看交易性金融资产

ES6 array extension methods map, filter, reduce, fill and array traversal for…in for…of arr.forEach

2021-09-04 最简单的Golang定时器应用以及最简单的协程入门儿

After Alibaba Cloud sets up domain name resolution redirection, I cannot use Chrome to access it

hackmyvm: juggling walkthrough

(4) Function, Bug, Class and Object, Encapsulation, Inheritance, Polymorphism, Copy
随机推荐
PHP deserialization vulnerability
DarkHole: 2 vulnhub walkthrough
强化学习笔记:DDPG
(不重点考)试算平衡的分类
[Hello World教程] 使用HBuilder和Uni-app 生成一个简单的微信小程序DEMO
hackmyvm: controller walkthrough
PHP realizes the automatic reverse search prompt of the search box
hackmyvm: juggling walkthrough
The focus of the Dom implementation input triggers
英语每日打卡
CTF入门笔记之ping
Phonebook
同态加密:CKKS原理之旋转(Rotation)
web渗透必玩的靶场——DVWA靶场 1(centos8.2+phpstudy安装环境)
hackmyvm: may walkthrough
C language uses stack to calculate infix expressions
GreenOptic: 1 vulnhub walkthrough
After Alibaba Cloud sets up domain name resolution redirection, I cannot use Chrome to access it
链动2+1模式开发系统
Praying: 1 vulnhub walkthrough