Element, how to understand this code? Span and offset what does that mean?

      var checkboxSpan = emrPartsOptions.length * 3;
      var checkboxOffset = (24 - checkboxSpan) / 2;
   <el-col :span=checkboxSpan :offset=checkboxOffset></el-col>
Apr.01,2021

this is the grid layout

number of columns occupied by the span grid
number of spacers on the left side of the offset grid

and the following code is a dynamic setting of the above information, for page adaptation, and so on.

var checkboxSpan = emrPartsOptions.length * 3;
var checkboxOffset = (24-checkboxSpan) / 2;

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39bda-2c1c0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39bda-2c1c0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?