File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 6161 </md-table-cell >
6262 <md-table-cell class =" cell-type" >{{t('rule_' + r.ruleType)}}</md-table-cell >
6363 <md-table-cell class =" cell-action" >
64- <md-button class =" with-icon" @click =" onChangeRuleGroup(r)" ><md-icon class =" iconfont icon-playlist-add" ></md-icon ><span >{{t('group')}}</span ></md-button >
65- <md-button class =" with-icon" @click =" onEditRule(r)" ><md-icon class =" iconfont icon-edit" ></md-icon ><span >{{t('edit')}}</span ></md-button >
66- <md-button class =" with-icon" @click =" onCloneRule(r)" ><md-icon class =" iconfont icon-content-copy" ></md-icon ><span >{{t('clone')}}</span ></md-button >
67- <md-button class =" with-icon" @click =" onViewRule(r)" ><md-icon class =" iconfont icon-search" ></md-icon ><span >{{t('view')}}</span ></md-button >
68- <md-button class =" with-icon" @click =" onRemoveRule(r)" ><md-icon class =" iconfont icon-delete" ></md-icon ><span >{{t('delete')}}</span ></md-button >
64+ <md-button class =" with-icon group-button " @click =" onChangeRuleGroup(r)" ><md-icon class =" iconfont icon-playlist-add" ></md-icon ><span >{{t('group')}}</span ></md-button >
65+ <md-button class =" with-icon edit-button " @click =" onEditRule(r)" ><md-icon class =" iconfont icon-edit" ></md-icon ><span >{{t('edit')}}</span ></md-button >
66+ <md-button class =" with-icon clone-button " @click =" onCloneRule(r)" ><md-icon class =" iconfont icon-content-copy" ></md-icon ><span >{{t('clone')}}</span ></md-button >
67+ <md-button class =" with-icon view-button " @click =" onViewRule(r)" ><md-icon class =" iconfont icon-search" ></md-icon ><span >{{t('view')}}</span ></md-button >
68+ <md-button class =" with-icon delete-button " @click =" onRemoveRule(r)" ><md-icon class =" iconfont icon-delete" ></md-icon ><span >{{t('delete')}}</span ></md-button >
6969 </md-table-cell >
7070 </md-table-row >
7171 </md-table >
Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ body.batch-on .group-item .cell-batch {
276276
277277@media (max-width : 960px ) {
278278 .group-item {
279- .md-table-cell-container {
279+ .md-table-cell .md-table-cell-container ,
280+ .md-table-cell :last-child .md-table-cell-container {
280281 padding-left : 6px ;
281282 padding-right : 6px ;
282283 }
@@ -285,8 +286,19 @@ body.batch-on .group-item .cell-batch {
285286 display : none ;
286287 }
287288
288- .cell-action span {
289- display : none ;
289+ .cell-action {
290+ .md-button {
291+ min-width : auto ;
292+ margin : 0 ;
293+ .md-ripple {
294+ padding-left : 2px ;
295+ padding-right : 2px ;
296+ }
297+ }
298+ .view-button ,
299+ span {
300+ display : none ;
301+ }
290302 }
291303 }
292304
You can’t perform that action at this time.
0 commit comments