Skip to content

今日任务

我的任务
设备管理-燃油类型
设备管理-采集记录
设备管理-状态记录
设备管理-采集管理
   "sys_normal_disable",
    "sys_certificate_status",
    "crt_name",
    "issue_doa",
    "exp_flag",
     "air_line",
    "navigating_zone",
    "system_type",
    "bunting",
    "port_registry",
    "type_ship",
    "crt_type",
    "crew_position",
0;P;h;0;0t;5;0l;1;0o;2;0a;1;0f;0;1b;0

这个使用flex是能够实现的,先center全部到中间,然后给最左边一个 margin-left:auto 就行
Grid 和flex区别
除了一些舊有的方式外,Flex 的話估計是用 3 個 item 切割成三份比教單純,除了多加一個空的不然就是剩餘的規劃成 2.button {
  flex: 1
}
.title {
  flex: 2
}
width: 300px;  
height: 300px;  
background: red;  
display: flex;  
flex-wrap:wrap;  
place-content: center;
测试环境   http://123.60.64.8:8080/    hr_admin admin123
进度表  https://kdocs.cn/l/ccOJQQJjLX95
【金山文档】 海源测试用例 & 测试问题记录
https://kdocs.cn/l/ceD1M8gjBK9C
海源项目
 123.60.64.8
 用户名:Administrator
 密码:H@irun2278
 haiyuan
 @lhw123..@
###### git 常用操作
git stash list 
git stash apply stash@{2}
git stash pop
git reset --hard 
git checkout feature/djb_newfh2 -- src/components/pages/hh/hhr1010
git revert HEAD ~2   
git stash apply --index 回到文件被暂存的状态
--当前分支test
git checkout --path feature/djb_newfh2 /src/xx.java