If you're using the cross product, this gives
$$
\begin{align}
\begin{vmatrix}
e_{\vec{x}} & e_{\vec{y}} & e_{\vec{z}} \\
1 & 0 & \sqrt{3} \\
1 & \sqrt{3} & 0
\end{vmatrix} =
\left(\begin{vmatrix} 0 & \sqrt{3} \\ \sqrt{3} & 0\end{vmatrix},
-\begin{vmatrix} 1 & \sqrt{3} \\ 1 & 0\end{vmatrix},
\begin{vmatrix} 1 & 0 \\ 1 & \sqrt{3}\end{vmatrix}\right) = \left(-3, \sqrt{3}, \sqrt{3} \right)
\end{align}
$$
Thus, $\vec{p} = t(-3,\sqrt{3},\sqrt{3}), \enspace t\neq 0$ is a orthogonal vector to vector $\vec{u}$ and $\vec{v}$ and the plane they make.
If $(x,y,z)$ and $(x_0,y_0,z_0)$ are points on the plane, then $\vec{w} = (x-x_0, y-y_0,z-z_0)$ is a vector on the plane, and $\vec{w}\cdot\vec{p} = 0$:
$$
\begin{align}
t(-3,\sqrt{3},\sqrt{3})\cdot(x-x_0, y-y_0,z-z_0) &= 0 \\
t(-3(x-x_0)+\sqrt{3}(y-y_0)+\sqrt{3}(z-z_0) &= 0
\end{align}
$$
We can arbitrarily choose $t=1$ (because a vector is orthogonal regardless of its length) and $(x_0,y_0,z_0) = (0,0,0)$ (because the plane passes through the origin, because both vectors go through the origin). This yields:
$$-3x+\sqrt{3}y+\sqrt{3}z = 0$$