.row { background: white; width: 100%; height: 84px; border-bottom: 1px solid #ebebeb; position: relative; margin-bottom: 5px; } .block{ margin-top: 36px; padding: 0 2%; } .z{ width: 100%; height: 50px; } .title { font-size: 18px; color: black; line-height: 42px; padding-left: 5px; } [v-cloak] { display: none; } .left { float: left; margin-left: 5px; } .right { float: right; margin-left: 5px; } .small_title, .created_time, .updated_time { font-size: 0.9rem; } .operation { font-size: 1rem; line-height: 42px; padding-right: 10px; padding-left: 10px; display: block; } .edit { background: yellowgreen; } .delete { background: red; } .footer{ position: fixed; bottom: 0; width: 100%; background: white; height: 50px; line-height: 50px; text-align: center; border-top: 1px solid #e6e6e6; }