Logbook 2020-02-27

Logbook 2020 February 27

1 hours

TABLE style adjustment

2 hours

TABLE style adjustment

dom CSS in ~ usage is very easy. Before each class plus dom had to use js now only need to give a class plus dom, let him go after management

.table__body-wrapper {
  &.is-scrolling-left ~ .table__fixed,
  &.is-scrolling-none ~ .table__fixed,
  &.is-scrolling-none ~ .table__fixed-right,
  &.is-scrolling-right ~ .table__fixed-right {
    box-shadow: none;
  }
}

3 hours

Remove the portion of the control of TABLE BOOTSTRAP

BOOTSTRAP is a good thing, but why should it also points 3 and 4 themselves and their fight

4 hours

Form zebra

Before relying on: nth-child () to solve

TR's active follow solve CLASS

5 hours

Adding a hook function, can increase the value of a number of rows according to the number rows CLASS

The main role is to change color depending on the value line

Tuning fixed header, style shortcomings

6 hours

Change the old framework for a select all of the features, the new should have

Increasing the height of a method for calculating a fixed header

7 hours

Change table structure for subsequent function

8 hours

parameter class effect
hover table--enable-row-hover/table--enable-row-transition float
border table--border frame
stripe table--striped zebra crossing
height table--scrollable-y up and down

9 hours

Fixed header is adjusted, fixed columns prepared to adjust

10 hours

Fixed column modification, various calculations, the header height, around the header splice

11 hours

Fixed column modify, add too patch block, height calculation

Scroll left in the event, the button click event, radio / checkbox

Paging not migrate, priority paging

knock off

Guess you like

Origin www.cnblogs.com/sirenvoid/p/12375402.html