摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .el-table .warning-row { background: oldlace; } .el-table 阅读全文
posted @ 2023-07-04 22:24 Karlshell 阅读(10) 评论(0) 推荐(0)
摘要: package com.itheima.mapper; import com.itheima.pojo.Brand; import org.apache.ibatis.annotations.ResultMap; import org.apache.ibatis.annotations.Select 阅读全文
posted @ 2023-07-04 21:33 Karlshell 阅读(15) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--格式--> <style> .el-table .warning-row { background: oldlace; } 阅读全文
posted @ 2023-07-04 19:13 Karlshell 阅读(54) 评论(0) 推荐(0)
摘要: Layout布局 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .el-row { margin-bottom: 20px; } .el-col { border 阅读全文
posted @ 2023-07-04 15:12 Karlshell 阅读(34) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app"> <div> <el-button>默认按钮</el-button> <e 阅读全文
posted @ 2023-07-04 14:58 Karlshell 阅读(17) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-07-04 14:41 Karlshell 阅读(23) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>添加品牌</title> </head> <body> <div id="app"> <h3>添加品牌</h3> <form action="" method= 阅读全文
posted @ 2023-07-04 14:38 Karlshell 阅读(22) 评论(0) 推荐(0)